.banner_section_csr {
    background: url('../images/csr_program/csr_program_bn_dk.webp') no-repeat center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    color: #0e0e0e;
}

.font_16 {
    line-height: 1.6;
}

.csr_card {
    border-radius: 10px;
    background-color: #fff;
    padding: 16px 16px 16px 48px;
    position: relative;
    min-height: 141px;
    font-size: 14px;
    margin-bottom: 24px;
}

.csr_num {
    background: #cde9f0;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    font-weight: bold;
    color: #000;
    text-align: center;
    vertical-align: middle;
    line-height: 36px;
    border-radius: 5px 0px 5px 0;
}

.csr_program_flow {
    background: url('../images/csr_program/crs_workflow_bg.webp');
    width: 100%;
    height: 100%;
    position: relative;
}

.csr_fl_txt {
    color: #fff;
    font-size: 14px;
    margin-bottom: 24px;
    padding: 20px 0px;
}

.font_24 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
}

.font_24n {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.6;
}

.csr_impact_card {
    border-radius: 5px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
    border: 1px solid #e2e5ef;
    background-color: var(--white);
    min-height: 374px;
    margin-bottom: 24px;

}

.csr_impact_card img {
    width: 100%;
}


.team_work_card {
    text-align: left;
    background: #fff;
    padding: 20px 20px 20px 40px;
    margin-top: 24px;
    border-right: 20px solid #f6f0d9;
    min-height: 188px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);

}

.team_work_card ul li {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
}

.bg_flow {
    background: url('../images/csr_program/bg_flow.webp') no-repeat;
    background-position: 50% 60%;
    background-size: 62% 89%;
    width: 100%;
    position: relative;
}


.responsive .slick-dots li button {
    transition: .2s background-color ease-in-out 0s;
    border: none;
    padding: 6px;
    color: transparent;
    width: 6px;
    height: 6px;
    border: solid 1px #b6b6b6;
    background-color: #aed1d9;
    margin-right: 20px;
    border-radius: 50%;
}

.responsive .slick-dots li.slick-active button {
    transition: .2s background-color ease-in-out 0s;
    border: none;
    padding: 6px;
    color: transparent;
    width: 6px;
    height: 6px;
    border: solid 1px #b6b6b6;
    background-color: #008cac;
    margin-right: 20px;
    border-radius: 50%;
}

.csr_slider .slick-dots li button {
    transition: .2s background-color ease-in-out 0s;
    border: none;
    padding: 6px;
    color: transparent;
    width: 6px;
    height: 6px;
    border: solid 1px #b6b6b6;
    background-color: #51575a;
    margin-right: 20px;
    border-radius: 50%;
}

.csr_slider .slick-dots li.slick-active button {
    transition: .2s background-color ease-in-out 0s;
    border: none;
    padding: 6px;
    color: transparent;
    width: 6px;
    height: 6px;
    border: solid 1px #b6b6b6;
    background-color: #fff;
    margin-right: 20px;
    border-radius: 50%;
}

@media(max-width:1280px) {
    .csr_card {
        min-height: 135px;
    }
}

@media(max-width:768px) {

    .banner_section_csr {
        background: url('../images/csr_program/csr_program_bn_mb.webp') no-repeat center;
        background-size: cover;
        position: relative;
        width: 100%;
        height: 100%;
        color: #0e0e0e;
    }

    .csr_fl {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .csr_fl img {
        display: block;
        width: 63px;
        margin: 0 auto;
    }

    .csr_fl_txt {
        color: #fff;
        font-size: 14px;
        margin-bottom: 24px;
        padding: 20px 0px;
    }

    .b_arrow_r img {
        width: 25px;
    }

    .bg_flow {
        background: none;
    }

    .about_edu h1 {
        margin-top: 24px !important;
    }

    .font_40 {
        font-size: 20px;
    }

    .slick-initialized .slick-slide {
        margin: 10px;
    }

    .csr_slider .slick-list {
        padding: 0 20% 0 0 !important;
    }

    .b_arrow_r {
        margin-top: -120px;
    }

    .slick-prev {
        position: absolute;
        left: 25px;
        z-index: 1;
    }

    .slick-next {
        position: absolute;
        right: 25px;
        z-index: 1;
    }

    .font_24,
    .font_24n {
        font-size: 16px;
    }

    .csr_program_anatomy .font_24 {
        text-align: center;
    }

    .csr_program_anatomy.py-5 {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }

    .slick-prev,
    .slick-next {
        display: none !important;
    }

    .csr_impact_card {
        min-height: 330px;
    }

    .team_work_card .font_20b {
        font-size: 16px;
    }

    .team_work_card ul li {
        font-size: 14px;
    }

    .csr_card .csr_content {
        font-size: 12px;
    }
}