@media screen and (max-width: 991px) {
  .image-copy, 
  .image-copy.reverse {
    display: grid;
    grid-template-columns: 1fr;
  }

  .image-copy.reverse > div {
    max-width: 100%;
  }

  .cta-bar {
    display: grid;
    grid-template-columns: 1fr;
  }

  .image-copy__copy {
    padding: 0;
  }

  .feature-promo {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
}