.image-text__image img {
  width: 100%;
}

.image-text__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--spacer);
}

.image-text__eyebrow,
.image-text__headline,
.image-text__content :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .section-image-text.image--right .image-text__image {
    order: 2;
  }

  .section-image-text.image--right .image-text__content-wrapper {
    order: 1;
  }
}
