@media (max-width: 767px) {
  .banner-v58 {
    gap: 1.5rem;
  }
}

.banner-v58__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-v58__title {
  font-size: clamp(3rem, calc(0.625vw + 2.75rem), 3.5rem);
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.banner-v58__description {
  margin-bottom: 3rem;
  font-size: calc(var(--font-body-scale) * 1.8rem);
  color: rgba(var(--color-foreground), 0.5);
}