.contact-section-7 .section-side-one {
  max-width: 50%;
}
.contact-section-7 .headline {
  margin-bottom: var(--inner-spacing-s);
}
.contact-section-7 .body-copy {
  font-weight: 100;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: var(--inner-spacing-xl);
}
@media screen and (max-width: 885px) {
  .contact-section-7 .section-side-one {
    max-width: 100%;
  }
  .contact-section-7 .body-copy {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .contact-section-7 .body-copy {
    font-size: 20px;
  }
}