.image-with-text__sticky .image-with-text__content {
  padding: 0 !important;
  overflow: visible !important;
}
.image-with-text__sticky.image-with-text:not(.image-with-text--overlap)
  .image-with-text__text-item:after {
  display: none;
}
.image-with-text__sticky .image-with-text__content .image-with-text__heading {
  display: block;
  position: sticky;
  top: 6rem;
  z-index: 2;
}
.image-with-text__sticky .image-with-text__media {
  min-height: unset;
}
.image-with-text__sticky--border-bottom {
  border-bottom: 1px solid #ddd;
}
