#hero-section h1 {
  font-size: 60px;
  line-height: 80px;
}
#hero-section h1 span{
  font-size: 60px;
}
@media (max-width: 1439px) {
  #hero-section h1 {
  font-size: 55px;
  line-height: 75px;
}
  #hero-section h1 span{
    font-size: 55px;
  }
}


@media (max-width: 1200px) {
  #hero-section h1 {
  font-size: 45px;
  line-height: 70px;
}
  #hero-section h1 span{
      font-size: 50px;
  }
}

@media (max-width: 991px) {
  #hero-section h1 {
    font-size: 7vw;
    font-weight: 700;
    line-height: 10vw;
  }
  #hero-section h1 span{
    font-size: 8vw;
    font-weight: 700;
    
    line-height: 12vw;
  }
}
@media (max-width: 768px) {
  #hero-section h1 {
      font-size: 8vw;
      font-weight: 700;
      line-height: 11vw;
      
  }
  #hero-section h1 span{
    font-size: 9vw;
    font-weight: 700;
  }
}