@media(max-width: 767px){
    .hero-section h1{
        font-size: 22px !important;   
    }
    .hero-section h3{
        font-size: 18px !important;   
    }

}
@media(max-width: 490px){
    .btn.btn-primary.btn-landing-form {
        margin-top: 14px;
    }
    .centerH1 {
        text-align: unset;
    }
}