@media(max-width: 992px){

    .hero-section{
        text-align: center;
    }

    .hero-title{
        font-size: 60px;
    }

}

@media(max-width: 768px){

    .hero-title{
        font-size: 45px;
    }

    .hero-img{
        margin-top: 40px;
    }

}