.back-benefit{
    height: 100%;
    max-height: 447px;
    width: 100%;
    padding: 64px 80px 133px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.back-benefit:before{
    backdrop-filter: blur(10px);
    background: linear-gradient(180deg, rgba(33, 33, 33, 0.8) 0%, rgba(33, 33, 33, 0.8) 100%);
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
}

.title-ben{
font-size: 22px;
line-height: 28px;
font-family: 'Dosis-Regular';
}

.txt-ben{
    font-size: 18px;
    line-height: 30px;
    color: white;
    opacity: 80%;
    text-align: center;
}

.div-ben{
    gap: 16px;
}

.row-ben{
    margin-top: 64px;
}

.img-div-ben{
    gap: 12px;
}
.img-div-ben img{
    width: 32px;
    height: 32px;
    object-fit: cover;
}


@media (max-width:991.98px) {
    .back-benefit{
        padding: 48px 16px;
        background-size: cover;
        max-height: 100%;
    }

    .benefit-section .title-site{
        padding-block: 0;
        padding-inline: 2px;
        gap: 8px;
    }
    .benefit-section .title-section{
        font-size: 26px !important;
        line-height: 37px !important;
    }

    .row-ben {
        margin-top: 32px;
        gap: 32px;
    }

    .img-div-ben{
        flex-direction: column;
        gap: 5px;
    }
    .title-ben{
        font-size: 20px;
        line-height: 25px;
    }

    .div-ben{
        gap: 12px;
        border-top: 1px solid #ffffff4d;
        border-left: 0;
        padding-top: 32px;
        padding-inline: 0;
    }
    .ben-col:first-child .div-ben{
        border-top: 0;
        padding-top: 0;
    }

    .txt-ben{
        font-size: 16px;
    }
}





@media (min-width:992px) and (max-width:1024.98px){
    .title-ben{
        font-size: 19px;
    }
    .div-ben {
        gap: 14px;
    }
    .row-ben {
        margin-top: 44px;
    }
}


@media (min-width:992px){
    .col-lg-6.ben-col{
        border-inline: 1px solid #ffffff4d;
    }
}