.newsletter-banner {
  border: 1px solid;
  overflow: hidden;
  height: 100%;
}
.newsletter-banner__image {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.image-with-text-custom .cafe-locator-heading {
  font-variation-settings: var(--sg--regular-extended);
  font-weight: 400;
  letter-spacing: .06rem;
  line-height: 1.3;
}

@media screen and (min-width: 750px) {
  .image-with-text-custom .cafe-locator-heading {
    font-size: 3.6rem;
  }
}

@media screen and (min-width: 990px) {
  .image-with-text-custom .cafe-locator-heading {
    font-size: 3.2rem;
  }
}