.form-section {
  background-color: var(--color1);
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 40px 0px;

  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 40px 0;
}
.form-section-header.section-block > .block-media {
  height: auto !important;
}
.form-section-header .title {
  margin-bottom: 10px !important   ;
}
.form-box .form-checkbox input {
  height: 15px;
  margin: 0;
}
.form-box.form-inline .form-checkbox {
  position: relative;
  top: 0px;
  right: 0px;
  width: 100%;
  margin-top: 5px;
}
.wpcf7-list-item {
  margin: 0px !important;
}
.wpcf7-list-item {
  /*   margin-top: 25px;
  margin-left: -20px; */
}
.form-section .btn {
  background-color: var(--color2);
  margin-top: 20px;
}
@media (max-width: 768px) {
  .form-section {
    padding: 12px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .form-section .container {
    padding: 0px !important;
    margin: 0px !important;
  }
  .wpcf7-list-item {
    margin-left: 0px;
  }
}
