.banner_section_aboutus {
    background: url('../images/about_us/about_usbnner.webp');
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
}

.btn_one {
    min-width: 183px;
    min-height: 37px;
    padding: 8px 20px;
    font-family: 'Clear Sans' !important;
    border-radius: 5px;
    background-color: #e42255;
    font-size: 16px;
    font-family: bold;
    text-transform: uppercase;
    color: #fff;

}

.card_img_1 {
    background: url('../images/about_us/nsdc_pic.webp') no-repeat center;
    height: 100%;
    background-position: center;
    background-size: 100% 100%;
    position: relative;
    min-height: 230px;
    width: 100%;

}

.card_img_2 {
    background: url('../images/about_us/cnbc_tv_pic.webp') no-repeat center;
    height: 100%;
    background-position: center;
    background-size: 100% 100%;
    position: relative;
    min-height: 230px;
    width: 100%;
}

.card_img_3 {
    background: url('../images/about_us/higher_edu_pic.webp') no-repeat center;
    height: 100%;
    background-position: center;
    background-size: 100% 100%;
    position: relative;
    min-height: 230px;
    width: 100%;
}

.font_16.card_img_text {
    position: absolute;
    width: 35%;
    top: 35px;
    right: 0;
    left: 53%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.vision_card {
    border-radius: 10px;
    border: solid 1px #d2d7e7;
    background-color: var(--white);
    text-align: center;
    padding: 24px 40px;
    background-color: #fff;
    min-height: 306px;
    max-width: 416px;
    margin: 25px 20px;
    transition: 0.5s all ease-in-out;
}

.mission_card {
    border-radius: 10px;
    border: solid 1px #d2d7e7;
    background-color: var(--white);
    text-align: center;
    padding: 24px 40px;
    background-color: #fff;
    min-height: 306px;
    max-width: 470px;
    margin: 30px 20px;
    transition: 0.5s all ease-in-out;
}

.mission_card:hover {

    transform: scale(1.1);
    margin: 40px 30px;
}

.vision_card:hover {

    transform: scale(1.1);
    margin: 40px 30px;
}

.font_30 {
    font-size: 30px;
    font-weight: bold;
}

.mission_card hr {
    background-color: #e42255;
    height: 2px;
}

.vision_card hr {
    background-color: #008cac;
    height: 2px;
}

.ab_bg1 {
    background: url('../images/about_us/bg_red_light.webp') no-repeat;
}

.ab_bg2 {
    background: url('../images/about_us/bg_green_light.webp') no-repeat;
    background-position: bottom right;
}

@media(max-width:768px) {
    .font_40 {
        font-size: 20px;
    }

    .banner_section_aboutus {
        background: url('../images/about_us/about_us_bnr_mb.webp');
        background-position: center center;
        background-size: cover;
        position: relative;
        width: 100%;
        height: 100%;
    }

    .about_edu h1 {
        margin-top: 32px;
    }

    .responsive .slick-list {
        padding: 0 20% 0 0 !important;
    }

    .font_16.card_img_text {
        position: absolute;
        width: 35%;
        top: 35px;
        right: 0;
        left: 53%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        font-size: 12px !important;
    }

    .vision_card {
        border-radius: 10px;
        border: solid 1px #d2d7e7;
        background-color: var(--white);
        text-align: center;
        padding: 24px 40px;
        background-color: #fff;
        min-height: 306px;
        max-width: 416px;
        margin: 35px 20px;
        transition: 0.5s all ease-in-out;
    }
}