.form-section .form-container {
  background: #00141a;
  border-radius: 32px;
  position: relative;
}
.form-section .form-container.bg-color-blue {
  background: #002a93;
}
.form-section .form-container .contact-form-wrapper {
  background: #fcfeff;
  border-radius: 24px;
}
.form-section .form-container .contact-form-wrapper h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.64px;
}
.form-section .form-container .contact-form-description {
  color: #fff;
}
.form-section .form-container .contact-form-description h3 {
  color: #ff6f61;
  font-size: 44px;
  line-height: 105%;
  letter-spacing: -0.88px;
}
@media screen and (max-width: 992px) {
  .form-section .form-container .contact-form-description h3 {
    margin-top: 58px;
  }
}
.form-section .form-container .contact-form-description .text p {
  margin-bottom: 20px;
}

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