.banner-v35__item {
  padding: 2.5rem;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.banner-v35__text {
  width: 100%;
  text-align: center;
}

.banner-v35__title {
  font-size: clamp(3rem, calc(2.5vw + 2rem), 5rem);
  font-weight: 400;
  margin: 0 auto 0.5rem;
  max-width: 70rem;
  color: rgb(var(--color-foreground));
}