section.section-contact.container {
  margin-top: 107px;
  margin-bottom: 30px;
}
.section-contact h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 60px;
}
.section-contact .content {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 61px;
}
.section-form {
  width: 840px;
  z-index: 2;
  position: relative;
}

/*`lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  section.section-contact.container {
    margin-top: 96px;
    margin-bottom: 30px;
  }
  .section-contact h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 40px;
  }
  .section-contact .content {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 41px;
  }
  .section-form {
    width: 100%;
  }
}
