section.contact {
  background-color: #fff;
}
section.contact .contact-form-wrapper {
  display: flex;
  flex-direction: column;
}
section.contact .contact-form-wrapper .contact-heading {
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  letter-spacing: 0px;
  color: #242932;
  margin: 0 0 24px;
}
section.contact .contact-form-wrapper .contact-heading .contact-heading-highlight {
  color: #7C7A49;
}
section.contact .contact-form-wrapper .contact-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  color: #717680;
  margin: 0 0 32px;
}
section.contact .contact-image-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  overflow: hidden;
}
section.contact .contact-image-wrapper .contact-image {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  section.contact {
    overflow: hidden;
  }
  section.contact .container-50-50 .left-50 {
    padding-top: 64px;
  }
  section.contact .contact-image-wrapper {
    height: auto;
    min-height: 260px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    overflow: hidden;
  }
  section.contact .contact-image-wrapper .contact-image {
    height: auto;
    max-height: 200px;
    display: block;
    object-fit: cover;
    object-position: center;
  }
  section.contact .contact-heading {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  section.contact .contact-heading {
    font-size: 24px;
    line-height: 32px;
  }
  section.contact .contact-description {
    font-size: 14px;
  }
}

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