.multirow p.image-with-text__text.image-with-text__text--caption {
  font-size: 8rem;
  font-family: var(--font-heading-family);
  color: var(--color-white);
  letter-spacing: normal;
}

.multirow .image-with-text__heading {
  color: var(--color-deep-teal);
}

.multirow .image-with-text__content a {
  color: var(--color-deep-teal);
  font-weight: 500;
  font-size: 1.8rem;
}

.multirow .image-with-text__content img {
  margin-bottom: 3.2rem;
}