.scroll-text-color {
  /* Optional: Add any container styles here */
  font-family: "objektiv-mk2", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.5;
    margin: 30px auto;
    font-weight: 800;
}

section#row-2 {
    padding-bottom: 0px;
}

.scroll-text-color span {
  /* Optional: Add styles for the individual letter spans */
  display: inline-block; /* Ensures proper spacing and animation */
}

span.cultura {
    font-size: 14vw;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    margin-top: 18px;
}

@media only screen and (min-width:786px){
  .scroll-text-color {
      font-size: 40px;
  }
}

@media only screen and (min-width: 1500px){
  span.cultura {
    font-size: 214px;
    line-height: 214px;
  }
}