.mob_img {
    display: none;
}

@media (max-width: 768px) {
    .banner-sec .text-start.text-md-start p.fw-400.text-md-start.text-center.mb-md-0.mb-0.f-sm-20.f-28.text-capitalise.clrRedDark {
        text-align: left !important;
    }
    .banner-sec .text-start.text-md-start p.fw-700.l-40.text-md-start.text-center.f-sm-18.f-40.clrRedDark.mb-md-1.mb-1 {
        text-align: left !important;
        font-size: 20px !important;
        line-height: 23px;
        margin: 10px 0 10px !important;
    }
    .banner-sec .text-start.text-md-start {
        display: block !important;
        font-size: 15px;
        line-height: 20px;
        color: #414141 !important;
        margin-top: 5px;
    }
    #about p.f-18.mb-md-4.text-center.lh-24.mb-2.f-sm-14.clrGrey.fw-400 {
        text-align: justify !important;
    }
    #about .bgRed.h-100.py-2.py-md-2.px-2.px-md-4.rounded-3 {
        padding: 5px 0 !important;
    }
    #about .bgRed.h-100.py-2.py-md-2.px-2.px-md-4.rounded-3 img.d-block.mx-auto.my-3 {
        width: 50px;
    }
    #about .bgRed.h-100.py-2.py-md-2.px-2.px-md-4.rounded-3 h4.f-18.f-sm-15.fw-500.mb-md-0.clrRedDark.text-center {
        font-size: 11px;
    }
    .mob_img {
        display: block;
        position: absolute;
        width: 82%;
        right: 0;
        transform: scaleX(-1);
        top: 0;
        z-index: -1;
    }
    .banner-sec {
        z-index: 1;
    }
    .text-start.text-md-start.mob_text {
        width: 65%;
    }
    #forcol_sec .d-flex.mb-1.mb-md-3.align-items-center.justify-content-center.justify-content-md-start {
        display: block !important;
        text-align: center;
    }
    #forcol_sec p.fw-400.f-15.mb-0.l-20.text-center.text-md-start {
        font-size: 12px;
        line-height: 17px;
    }
}