#hero-section h1 {
  font-size: 60px;
  line-height: normal;
}

#hero-section h1 .text-gradient-gold {
  font-size: 80px;
  line-height: normal;
}

@media (max-width: 1439px) {
  #hero-section h1 {
    font-size: 50px;
  }

  #hero-section h1 .text-gradient-gold {
    font-size: 68px;
  }
}


@media (max-width: 1200px) {
  #hero-section h1 {
    font-size: 46px;
  }

  #hero-section h1 .text-gradient-gold {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  #hero-section h1 span{
    font-size: 5vw;
    line-height: normal !important;
  }

  #hero-section h1 .text-gradient-gold {
    font-size: 7vw;
  }
}

@media (max-width: 768px) {
 #hero-section h1 span{
    font-size: 6vw;
  }

  #hero-section h1 .text-gradient-gold {
    font-size: 8vw;
  }
}

@media (max-width: 576px) {

  #hero-section h1 span{
    font-size: 7vw;
  }

  #hero-section h1 .text-gradient-gold {
    font-size: 9vw;
  }
}