.cta-section-5 .headline {
  margin-bottom: var(--inner-spacing-s);
}
.cta-section-5 .body-copy {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: var(--inner-spacing-xl);
}
.cta-section-5 .button-row {
  margin-top: var(--inner-spacing-s);
}
@media screen and (max-width: 1024px) {
  .cta-section-5 .body-copy {
    font-size: 24px;
  }
}
@media screen and (max-width: 885px) {
  .cta-section-5 .body-copy {
    font-size: 20px;
    line-height: 1.4;
  }
}