@media (min-width: 768px) {
  .section-tabs-content .image-with-text__wrapper--sticky-scroll {
    align-items: stretch;
  }

  .section-tabs-content .image-with-text__wrapper--sticky-scroll .image-with-text__media {
    align-self: stretch;
  }

  .section-tabs-content .image-with-text__sticky-media {
    position: sticky;
    top: calc(var(--sticky-offset, 2rem) + var(--header-height, 0px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-tabs-content .image-with-text__sticky-media {
    position: static;
  }
}
