@media(max-width:767px){
    .hero-slider .swiper-slide img{
        height: 30vh;
    }
    .common-section h2 {
        font-size: 18px;
    }
    .common-section h4{
        font-size: 14px;
    }
    .service-btn{
        font-size: 13px;
        padding: 12px 12px;
    }
    .feature-box{
        display: block;
    }
    .feature-item{
        margin-bottom: 8px;
    }
    .service-icon{
        top:24%;
    }
    .service-content{
        padding: 33px 5px;
    }
    .service-content h4{
        font-size: 15px;
    }
    .service-content p{
        font-size: 12px;
    }
    .book-btn{
        padding: 8px 12px;
        font-size: 13px;
    }
    .service-box{
        height: 330px;
    }
    .service-icon img{
        width: 45px;
        height: 45px;
    }
    .common-section h3{
        font-size: 16px;
    }
    .industry-card h5{
        font-size: 14px;
    }
    .job-card{
        height: auto;
    }
    .apply-btn {
        padding: 8px 10px;
        font-size: 12px;
    }
    .btn-service{
        padding:10px 16px;
    }
}