.image-text-cta {
  color: var(--grey-olive);
}

.image-text-cta-media {
  width: clamp(8rem, 18vw, 13rem);
  object-fit: contain;
}

.image-text-cta-text {
  max-width: 42rem;
  color: var(--grey-clay);
}

@media (max-width: 767.98px) {
  .image-text-cta-text {
    margin-inline: auto;
  }
}
