  h1, h2, h3, h4, h5, h6, p, a, div, span {
    font-family: "Noto Sans", sans-serif;
}
#hero-section h1 .text-gradient-gold {
    font-size: 80px;
    font-weight: 900;
    line-height: 90px;
    text-transform: uppercase;
}
#hero-section h1  {
    font-size: 58px;
}


@media (max-width: 1366px) {
    #hero-section h1 .text-gradient-gold {
        font-size: 60px;
        line-height: 70px;
    }
    #hero-section h1 {
        font-size: 44px;
    }
}
@media (max-width: 991px) {
    #hero-section h1 span {
        font-size: 6vw;
        line-height: 6vw;
    }
    #hero-section h1 .text-gradient-gold {
        font-size: 5vw;
        line-height: 5vw;

    }
}
@media (max-width: 767px) {
    #hero-section h1 span{
        font-size: 8vw;
        line-height: 10vw;
    }
    #hero-section h1{
        line-height: 10vw;
    }
    #hero-section h1 .text-gradient-gold {
        font-size: 6vw;
        line-height: 6vw;
    }

}

