@media (min-width: 768px) {
  section.small-image-story .sis-container {
    display: flex;
    align-items: center;
  }
  section.small-image-story .sis-container.right {
    flex-direction: row-reverse;
  }
  section.small-image-story :where(.sis-image, .sis-text) {
    width: 50%;
  }
}
section.small-image-story .sis-text .sis-text-container {
  padding: 40px;
}