/* Homepage · closing CTA
   Keep the action connected to its supporting copy at tablet widths. */

@media (min-width: 621px) and (max-width: 1100px) {
  .prefooter-cta__button {
    margin-top: clamp(28px, 3.5vw, 38px);
  }
}

@media (min-width: 621px) and (max-width: 860px) {
  .prefooter-cta__copy {
    min-height: 0;
  }
}
