.banner-v58__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5rem;
}

.banner-v58__title {
  font-size: clamp(2.5rem, calc(1.25cqw + 2rem), 3.5rem);
  font-weight: 500;
  transition: all 0.3s;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.banner-v58__description {
  font-size: clamp(1.6rem, calc(0.25cqw + 1.5rem), 1.8rem);
  margin-bottom: 3rem;
}