.about_pg_main_cont ul li {
    font-size: 13px;
    text-align: justify;
    line-height: 23px;
    color: #000;
    font-weight: 400;
}

section.why-css {
    padding: 20px 0px;
    background-image: url(../images/abo-backgroung.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.whychus-cs {
    display: inline-block;
    width: 32%;
    margin-right: 10px;
}

a.dssuryawanshi-mob {
    font-size: 24px;
    width: 100%;
    float: left;
    text-align: center;
    color: #ffffff;
    font-weight: 900;
    display: none;
    font-family: 'Fira Sans', sans-serif;
    position: absolute;
    bottom: 0;

}


@media (min-width:320px) and (max-width:767px) {
    .whychus-cs {
        width: 100%;
    }

    a.dssuryawanshi-mob {
        display: block;
    }

    nav.navbar.navbar-expand-lg {
        height: 85px;
    }

    a.navbar-brand {
        padding-top: 0px;
    }


}