.sec-register-form .sec-register-form-content {
  min-height: 60px;
  margin-top: 40px;
}
@media (max-width: 900px) {
  .sec-register-form .sec-register-form-content {
    flex-direction: column;
    align-items: center !important;
    -webkit-align-items: center !important;
  }
}
.sec-register-form .sec-register-form-content .sec-register-form-title {
  margin-right: 15px;
  margin-top: 10px;
  color: #111D5E;
  font-family: "SF Pro Display Medium", sans-serif;
}
@media (max-width: 900px) {
  .sec-register-form .sec-register-form-content .sec-register-form-title {
    font-size: calc(100% * 1.5);
    margin-bottom: 15px;
    margin-right: 0;
  }
}
@media (max-width: 580px) {
  .sec-register-form .sec-register-form-content .sec-register-form-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.sec-register-form .sec-register-form-content .form-material .wpcf7-form-control.wpcf7-text {
  max-width: 330px;
}
@media (max-width: 568px) {
  .sec-register-form .sec-register-form-content .form-material .wpcf7-submit {
    margin-top: 15px;
  }
}
@media (max-width: 550px) {
  .sec-register-form .sec-register-form-content .form-material {
    flex-wrap: wrap;
  }
  .sec-register-form .sec-register-form-content .form-material .wpcf7-form-control.wpcf7-text {
    max-width: 330px;
  }
}

/*# sourceMappingURL=style.css.map */
