.image-text-banner {
  background: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  position: relative;
}

.image-text-banner .page-width {
  position: relative;
}

.image-text-banner__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-text-banner__media img {
  object-position: top;
}

.image-text-banner__text {
  font-size: 1.6rem;
  line-height: 1.7;
}

.image-text-banner__text p {
  margin-bottom: 3.5rem;
}