@media only screen and (max-width: 1199px) {
    .industrial-training-content{
        padding: 3% 10%;
    }
}


@media only screen and (max-width: 991px) {
    .main-banner-section h1{
        font-size: 42px;
    }
    .main-banner-section p{
        margin-bottom: 1rem!important;
    }
    .Job-guarnated p{
        margin-bottom: 1rem!important;
        padding: 0 6%;
    }
    .Job-guarnated-buttons{
        margin-bottom: 1rem!important;
    }
    .Job-guarnated-buttons button{
        margin: 10px 0;
    }
    
    .single-course-heading h4{
        font-size: 10px;
    }

    .why-henceforth-box{
        min-height: 350px;
    }

    .why-henceforth .row .col-md-4 {
        width: 50%;
        flex: 1 0 auto;
    }
}



@media only screen and (max-width: 768px) {
    .main-banner-section h1{
        font-size: 31px;
    }
    .main-banner-section p{
        font-size: 12px;
    }
    .single-course{
        width: 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
    .all-courses .row-1{
        margin-bottom: -30px!important;
    }
    .all-courses .row-3{
        margin-top: -30px!important;
        margin-bottom: -20px!important;
    }
}


@media only screen and (max-width: 464px) {
    section{
        padding: 40px 20px;
    }
    .why-henceforth .row .col-md-4 {
        width: 100%;
        flex: 1 0 auto;
    }
    .why-henceforth h2{
        font-size: 27px;
        line-height: 34px;
    }
    .Job-guarnated-main {
        padding: 9% 5%;
    }
}

@media only screen and (max-width: 360px) {
    .main-banner-section h1{
        font-size: 21px!important;
    }
    .Job-guarnated-main{
        padding: 22% 2%!important;
    }
    .courses-content h3{
        font-size: 23px;
    }
    .single-course{
        width: 100%;
        max-width: 100%;
    }
    .btn-green{
        font-size: 11px!important;
    }
    .our-client .col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}