section .section-sup {
  font-weight: 300;
}
@media (min-width: 1024px) {
  section {
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  section form .form-bottom .form-group {
    margin-bottom: 0;
  }
  section form .form-bottom .form-bottom-blq1 .form-group .input-group {
    width: 396px;
  }
}
@media (min-width: 768px) {
  section form textarea {
    height: 176px !important;
  }
  section form .form-bottom {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  section form .form-bottom .form-bottom-blq3 .btn {
    width: 160px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section form .form-bottom .form-bottom-blq1 .form-group .input-group {
    width: 370px;
  }
}
@media (max-width: 1023px) {
  section {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  section form {
    order: 2;
  }
  section form .form-bottom {
    margin-top: 12px;
  }
  section form .form-bottom .form-bottom-blq2 {
    order: -1;
  }
  section form .form-bottom .form-bottom-blq3 .btn {
    width: 100%;
    display: flex;
  }
}/*# sourceMappingURL=curriculumFront.css.map */