@media only screen and (max-width:767px){
    .aboutBanner.bannerSection {
        padding: 0px 0 0px 0;
        min-height: 35vh;
    }

    .ing-ai .aboutBanner.bannerSection {
        padding: 50px 0 50px 0!important;
        min-height: 35vh!important;
    }

    .ingeneersValue .sectionHeader, 
    .ingeneersValue ul.aboutDescList  {
        width: 100%;
    }

    .career-page .bannerContent .txtArea {
        width: 100%;
    }

    .career-page .innerService .bottomGraphics {
        opacity: 0.5;
    }

    .career-page .latestNewSection .sectionHeader h4,
    .career-page .how-left h2{
        font-size: 26px;
        width: 100%;
    }

    .career-detail-page .innerService .bottomGraphics {
        width: 100%;
    }

    .apply-job .card {
        padding: 0px 0px 15px 0;
    }

    .apply-job .content {
        flex-direction: column;
    }

    .apply-job .question{
        width: 100%;
    }

    .apply-job .actions {
        width: 100%;
        padding: 0 15px;
    }

    .apply-job .btn{
        justify-content: center;
        width: 100%;
    }
}