.banner-v38 {
  max-width: 80rem;
  text-align: center;
  margin: 0 auto;
}

.banner-v38__title {
  font-size: clamp(3rem, calc(3.75vw + 1.5rem), 6rem);
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.banner-v38__subtitle {
  font-size: calc(var(--font-body-scale) * 1.4remrem);
  margin-bottom: 3rem;
  color: #ffffff;
  font-weight: 400;
}