.d-1 {
  margin-top: 4rem;
}
.d-1 .title__wrap {
  margin-bottom: 4.8rem;
  max-width: 62.5rem;
}
@media only screen and (min-width: 768px) {
  .d-1 .title__wrap {
    margin: 0 auto 4.8rem;
    text-align: center;
  }
}
.d-1 .title__wrap .h1 {
  margin-bottom: 1.6rem;
  color: #2C294B;
}
.d-1 .subtitle {
  color: #2C294B;
  line-height: 180%;
}
.d-1 .wpcf7-form {
  margin: 0 auto;
  padding: 3.2rem 1.5rem 4.8rem;
  max-width: 113.6rem;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 2rem;
  position: relative;
  text-align: center;
  box-shadow: 0rem 0rem 20px rgba(94, 98, 120, 0.02);
}
@media only screen and (min-width: 768px) {
  .d-1 .form__input input.wpcf7-not-valid,
.d-1 .form__input textarea.wpcf7-not-valid {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .d-1 .form__checkbox:last-of-type,
.d-1 .form__input-textarea {
    margin-bottom: 0;
  }
  .d-1 .form__wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    column-gap: 3rem;
    max-height: 35.5rem;
  }
  .d-1 .form__checkbox,
.d-1 .form__input {
    width: 47.5%;
  }
  .d-1 .form__input-school {
    order: 1;
  }
  .d-1 .form__input-site {
    order: 2;
  }
  .d-1 .form__input-textarea {
    order: 3;
  }
  .d-1 .form__input-name {
    order: 4;
  }
  .d-1 .form__input-email {
    order: 5;
  }
  .d-1 .form__input-phone {
    order: 6;
  }
  .d-1 .form__checkbox {
    order: 7;
  }
  .d-1 .form__submit {
    margin-top: 4rem;
  }
}