.hero-2 .single-slide .hero-contents .h1 {
  color: #fff;
  font-size: 90px;
  font-weight: 900;
  line-height: 110%;
  margin-top: -10px;
  text-transform: capitalize;
}

/* Appliquer les mêmes styles H1 au H2 dans le slider hero */
.hero-2 .single-slide .hero-contents h2 {
  color: #fff;
  font-size: 90px;
  font-weight: 900;
  line-height: 110%;
  margin-top: -10px;
  text-transform: capitalize;
}

@media (max-width: 1600px) {
  .hero-2 .single-slide .hero-contents h2 {
  
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .hero-2 .single-slide .hero-contents h2 {
    font-size: 50px;
  }
}
@media (max-width: 500px) {
  .hero-2 .single-slide .hero-contents h2 {
    font-size: 42px;
  }
}
@media (max-width: 375px) {
  .hero-2 .single-slide .hero-contents h2 {
    font-size: 40px;
  }
}

