@media (max-width: 767px) {
    header img{max-height: 60px;}
    .banner-txt{position: initial;}
    .banner-txt h1{font-size: 24px;}
    .form-container{padding: 20px;}
    .form-container{background: transparent; color: inherit;}
    .no-bg{background: transparent;}
    .heading h2{font-size: 22px;}
    .course-item h3{font-size: 16px;}
    .course-item p{font-size: 14px;}
    .course-item svg{height: 14px; width: 14px;}
    .why-choose li::before{font-size: 16px;}
    .nav-tabs{margin: 20px 0 0;}
    .placements{grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));}
    .placements li img{max-height: 35px;}
    footer p{font-size: 14px;}

    .banner-img .banner-txt{width: 100%; position: absolute; left: 0; bottom: 5%;}
    .banner-img{height: 440px;}
    .banner-img header img{max-height: 90px; margin-left: auto;}
}
