.banner_section_htd {
    background: url('../images/htd_solutions/htd_solutions_banner.webp') no-repeat center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    color: #0e0e0e;

}

.workflow_htd {
    background: url('../images/htd_solutions/workflow_bg.webp') no-repeat center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    color: #0e0e0e;

}

.htd_benefit_card {
    border-radius: 5px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #cde9f0;
    background-color: #e2e5ef;
    min-height: 272px;
    margin-bottom: 24px;
}

.htd_icon_div {
    display: flex;
    justify-content: start;
    align-items: center;
}

.htd_icon_bg {
    background-color: #293353;
    padding: 16px;
    border-radius: 5px 0px 5px 0;
    margin-right: 16px;
}


.htd_workflow_card {
    min-width: 356px;
    min-height: 306px;
    border-radius: 5px;
    border: solid 1px #f3e3ae;
    margin-bottom: 24px;
}


.htd_workflow_bg {
    background-color: #f3e3ae;
    padding: 16px;
    border-radius: 4px 0px 5px 0;
    margin-right: 16px;
    text-align: center;
    color: #0e0e0e;
    font-size: 16px;
    font-weight: bold;
}

.htd_workflow_div {
    display: flex;
    justify-content: start;
    align-items: center;
}

.font_20w {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
}

.font_16w {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #fff;
}

@media(max-width:768px) {
    .banner_section_htd {
        background: url('../images/htd_solutions/htd_solutions_banner_mb.webp') no-repeat center;
        background-size: cover;
        position: relative;
        width: 100%;
        height: 100%;

    }

    .about_edu h1 {
        margin-top: 32px;
    }

    .font_40 {
        font-size: 20px;
    }

    .htd_workflow_bg {
        margin-right: 0px;
    }

    .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: #b6b6b6;
        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: #fff;
        margin-right: 20px;
        border-radius: 50%;
    }

    .htd_benefit_card {
        min-height: 210px;
    }

    .htd_workflow_card {
        width: 100%;
        min-width: 300px;
    }

    .row.htd_workflow_div .col-8 {
        display: flex;
        justify-content: center;
    }

    .slick-prev {
        position: absolute;
        left: 25px;
        z-index: 1;
    }

    .slick-next {
        position: absolute;
        right: 25px;
        z-index: 1;
    }

    .slick-initialized .slick-slide {
        display: block;
        margin: 10px;
    }

    .slick-prev,
    .slick-next {
        display: none;
    }
}