    @media only screen and (max-width:767px) {
        .au{
            padding: 60px;
        }
        .designnewcontact {
    font-size: 60px!important;
}
        .col-md-4{
            width: unset!important;
        }
    }
        .sd1:hover {
            background: #000;
            color: #ddd;
        }

        .sd1 {
            margin-top: 7px;
        }

        p {
            text-align: justify;
        }

        .accrodBlock ul li h5 {
            margin-top: 0px;
        }

        .sectionADVTES3 {
            padding: 60px 0;
        }

        .brdr {
            border: 1px solid #c8c8c8;
            padding: 50px 0px;
        }

        .teamImgSec {
            margin-top: 20px;
        }



        .col-md-4 {
            position: relative;
            width: 50%;
        }

        .image {
            display: block;
            width: 100%;
            height: auto;
        }

        .overlay {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            
            right: 0;
            height: 100%;
            width: 100%;
            opacity: 0;
            transition: .1s ease;
            margin-top: -24px;
        }

        .col-md-4:hover .overlay {
            opacity: 1;
        }



    .Fstory h2 {
        font-weight: 800;
        margin-bottom: 40px;
        font-size:42px;
    }
    .about-cntnt{
        margin-bottom: 60px;
        margin-top: 30px;
        font-size: 15px;
        font-weight: 500;
        line-height: 26px;
    }
    .foundstry{
        margin-top:30px;
        margin-bottom: 60px;
    line-height: 28px;
    }
    .about-banner{
        width: 100%;
    }
    .sectionADVTES2 p {
    padding: 30px 30px;
}
.about-cntnt{
    text-align: justify!important;
}