@media (max-width: 991.98px) {
    .mbalignheader{
        display: flex;
        box-shadow: 0px -5px 10px 0px grey;
        padding: 10px 30px;
    }
    .mbalignheader img{
        width: 140px;
    }
    .mbalignheader button{
        border: 1px solid #EB5B00;
    }
   .mbalign {
      flex-direction: column;
      padding-left: 30px;
   }
}
@media (max-width: 768px) {
    .vs-hero-content{
        width: 100%;
    }
}



@media (max-width: 575px) {

.vs-hero-content h1{
    font-size: 30px;
}
.vs-hero-content p{
    font-size: 18px;
}
    .vs-why-choose-img{
        height: 250px;
    width: 90%;
    }
    .vs-why-choose-img::after{
        bottom: -55px;
        right: -45px;
        height: 45%;
    }
    
    .vs-projects-head{
        width: 100%;
    }


    .vs-contact-info, .vs-contact-form{
        padding: 10px;
    }
    .vs-contact-info h4{
        font-size: 24px;
    }
    .vs-footer-links{
        padding-left: 20px;
    }
    .vs-copy-right-text p{
        text-align: center;
    }
}