@media screen and (min-width: 1351px){
  .banner {
    position: relative;
    text-align: center;
    color: white;
  }

  /* Top left text */
  .bottom-left-1 {
    color: white;
    position: absolute;
    top: 18.75rem;
    left: 4rem;
    font-size: 5rem;
    font-weight: 600;
  }

  .bottom-left-2 {
    color: white;
    position: absolute;
    top: 23.375rem;
    left: 4rem;
    font-size: 5rem;
    font-weight: 600;
  }

  .top-left-3 {
    position: absolute;
    top: 116px;
    left: 25px;
    font-size: 5rem;
    font-weight: 600;
  }

  .value_data_2025 {
    background: linear-gradient(0deg,rgba(102, 187, 227, 1) 0%, rgba(207, 231, 250, 1) 100%);  
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1350px) {
 .banner {
  position: relative;
  text-align: center;
  color: white;
}

/* Top left text */
.bottom-left-1 {
  position: absolute;
  top: 15.75rem;
  left: 4rem;
  font-size: 4rem;
  font-weight: 600;
}

.bottom-left-2 {
  position: absolute;
  top: 19.375rem;
  left: 4rem;;
  font-size: 4rem;
  font-weight: 600;
}

.top-left-3 {
  position: absolute;
  top: 96px;
  left: 25px;
  font-size: 4rem;
  font-weight: 600;
}

.value_data_2025 {
  background: linear-gradient(0deg,rgba(102, 187, 227, 1) 0%, rgba(207, 231, 250, 1) 100%);  
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
}

@media screen and (min-width: 400px) and (max-width: 1100px) {
  .banner {
    position: relative;
    text-align: center;
    color: white;
  }

  /* Top left text */
  .bottom-left-1 {
    position: absolute;
    top: 5.3rem;
    left: 1rem;
    font-size: 1rem;
    font-weight: 600;
  }

  .bottom-left-2 {
    position: absolute;
    top: 6.4rem;
    left: 1rem;;
    font-size: 1rem;
    font-weight: 600;
  }

  .top-left-3 {
    position: absolute;
    top: 1.875rem;
    left: 0.8rem;
    font-size: 0.5rem;
    font-weight: 600;
  }

  .value_data_2025 {
    background: linear-gradient(0deg,rgba(102, 187, 227, 1) 0%, rgba(207, 231, 250, 1) 100%);  
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}