@media screen and (max-width: 1600px){
    .service-container {
    width: 95%;
    margin: 0 auto;
}

}

@media screen and (max-width: 1400px){
       #hero{
        height: auto;
        padding-bottom: 100px;
       }
       .hero-content{
        height: auto;
        margin-top: 30px;
       }
       .gobal-btn a{
        font-size: 13px;
       }
}



@media screen and (max-width: 600px){
    .hero-text {
        text-align: center;
    }
    .hero-text h1{
        font-size: 30px;
    }
       .hero-text img{
        width: 90%;
       }
       #hero{
        padding-bottom: 50px;
       }
       .contact h4 {
    font-size: 20px;
    margin-bottom: 30px;
    }
    .section-padding{
        padding: 50px 0;
    }
}


