.awcHsModuleContactSimple {
  /* Layer gradient over background image */
  background:
    url("https://2433501.fs1.hubspotusercontent-na1.net/hubfs/2433501/img/bg_gx_may-rec-logo-symbol.svg")
      no-repeat left top / 600px,
    linear-gradient(283.83deg, #7d4894 1%, #0066b3 79.93%);

  /* Ensure both the gradient and image stretch properly */
  background-size: 400px, cover;
  background-position:
    left top,
    center;

  /* Border styling */
  border-bottom: 12px solid;
  border-image: linear-gradient(to right, #50d5c2, #f5c245) 1;
}

/* Section Title */
.awcHsModuleContactSimple h2 {
  font-size: 3rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  max-width: 350px;
}

@media (min-width: 400px) {
  .awcHsModuleContactSimple h2 {
    font-size: 3.4rem;
  }
}

@media (min-width: 1024px) {
  .awcHsModuleContactSimple h2 {
    font-size: 4rem;
    max-width: 475px;
  }
}

@media (min-width: 1325px) {
  .awcHsModuleContactSimple h2 {
  }
}


.awcWrapForm {
  .form-columns-1 {
  width: 100%;
}
