#hero-section h1 {
  font-size: 50px;
}

#hero-section h1 .text-gradient-gold {
  font-size: 58px;
}

@media (max-width: 1439px) {
  #hero-section h1 {
    font-size: 46px;
  }

  #hero-section h1 .text-gradient-gold {
    font-size: 54px;
  }
}


@media (max-width: 1200px) {
  #hero-section h1 {
    font-size: 40px;
  }

  #hero-section h1 .text-gradient-gold {
    font-size: 44px;
  }
}

@media (max-width: 991px) {
  #hero-section h1 span{
    font-size: 4vw;
    line-height: 5vw;
  }

  #hero-section h1 .text-gradient-gold {
    font-size: 5vw;
  }
}

@media (max-width: 768px) {
 #hero-section h1 span{
    font-size: 5vw;
    line-height: 7vw !important;
  }

  #hero-section h1 .text-gradient-gold {
    font-size: 6vw;
  }
}

@media (max-width: 576px) {

  #hero-section h1 span{
    font-size: 6vw;
    line-height: 7vw;
  }

  #hero-section h1 .text-gradient-gold {
    font-size: 7vw;
  }
}