.acf-promo-banner {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4.5rem) clamp(1.25rem, 4vw, 3rem);
  background-color: #0f172a;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.acf-promo-banner--fullscreen {
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.acf-promo-banner__overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(15, 23, 42, 0.78)), to(rgba(15, 23, 42, 0.34)));
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.78), rgba(15, 23, 42, 0.34));
  pointer-events: none;
}

.acf-promo-banner__inner {
  position: relative;
  z-index: 1;
  max-width: 42rem;
  display: grid;
  gap: 2.5rem;
}

.acf-promo-banner__title {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 3rem);
  line-height: 1.1;
}

.acf-promo-banner__text {
  margin: 0;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.55;
}

.acf-promo-banner__text p {
  margin: 0;
}

.acf-promo-banner__cta {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}