.compare-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.compare-table-main {
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 24px;
    overflow: hidden;
}

.choose_the_right_delivery_model_section .compare-table {
    width: 100%;
    min-width: 900px;
    border-collapse: separate;
    border-spacing: 0;
    /*  border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 24px; */
    overflow: hidden;
    background: #fff;
    margin-bottom: 0;
}

.choose_the_right_delivery_model_section .compare-table th,
.choose_the_right_delivery_model_section .compare-table td {
    padding: 17px 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    text-align: left;
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.choose_the_right_delivery_model_section .compare-table td strong {
    color: #282828;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
}

.choose_the_right_delivery_model_section .compare-table tr:last-child td {
    border-bottom: 0
}

.choose_the_right_delivery_model_section .compare-table tr:last-child td:last-child {
    border-bottom: 1px solid;
    border-bottom-right-radius: 24px;
    border-bottom-color: #AD5151;
}

.choose_the_right_delivery_model_section .compare-table th {
    letter-spacing: .06em;
    font-size: 14px;
    font-weight: 700;
    line-height: 13px;
    text-transform: uppercase;
    background: #FAFAF7;
    color: #282828;
}

.choose_the_right_delivery_model_section .compare-table th:first-child {
    width: 20%
}

.choose_the_right_delivery_model_section .compare-table .winner-head {
    border-top: 1px solid #AD5151;
}

.choose_the_right_delivery_model_section .compare-table .winner-head,
.choose_the_right_delivery_model_section .compare-table .winner {
    background: #202020;
    border-left: 1px solid #AD5151;
    border-right: 1px solid #AD5151;
    border-top-right-radius: 24px;
    background-color: #F7F4E9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    white-space: nowrap;
}

.choose_the_right_delivery_model_section .compare-table .winner-head span:first-child {
    display: block;
    color: #AD5151;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 13px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.choose_the_right_delivery_model_section .compare-table .winner {
    border-top-right-radius: 0;
}

.choose_the_right_delivery_model_section .compare-table .winner {
    background: #F7F4E9;
    color: #282828;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.choose_the_right_delivery_model_section .compare-table .winmark {
    display: inline-flex;
    align-items: flex-start;
    gap: 7px;
}

.choose_the_right_delivery_model_section .compare-table .winmark:before {
    place-items: center;
    font-size: 12px;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M6.5123 7.72L9.37584 10.4578L15.5397 4.03783C16.213 3.33647 16.2055 2.22643 15.5226 1.53429C15.1854 1.19244 14.7252 1 14.245 1H3.98412C3.17502 1 2.4006 1.32854 1.83833 1.91034 1.30058 2.46676 1 3.21031 1 3.98412V14.0768C1 14.8554 1.31067 15.6019 1.86312 16.1507 2.41077 16.6947 3.15134 17 3.92325 17H13.8281C14.5817 17 15.3106 16.7317 15.8844 16.2432 16.5922 15.6406 17 14.7577 17 13.8281V8.78667' stroke='%23AD5151' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.choose_the_right_delivery_model_section .compare-table .platinum-pill {
    display: inline-flex;
    margin-left: 8px;
    padding: 6px 10px;
    border-radius: 100px;
    background: #AD5151;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 13px;
    text-transform: uppercase;
}

.choose_the_right_delivery_model_section .btns_group {
    justify-content: center;
    margin-top: 40px;
}


@media (max-width: 991px) {

    .choose_the_right_delivery_model_section .compare-table th,
    .choose_the_right_delivery_model_section .compare-table td,
    .choose_the_right_delivery_model_section .compare-table .winner {
        padding: 8px 14px;
        font-size: 12px;
        line-height: 18px;
        white-space: nowrap;
    }

    .choose_the_right_delivery_model_section .compare-table th {
        font-size: 12px;
        line-height: 13px;
    }

    .choose_the_right_delivery_model_section .compare-table .winmark:before {
        width: 15px;
        height: 15px;
    }

    .choose_the_right_delivery_model_section .btns_group {
        margin-top: 30px;
    }

    .compare-wrap {
        overflow-x: scroll;
        scrollbar-width: thin;
    }

    .compare-wrap::-webkit-scrollbar {
        height: 6px;
    }

    .compare-wrap::-webkit-scrollbar-track {
        background: #eee;
    }

    .compare-wrap::-webkit-scrollbar-thumb {
        background: #999;
        border-radius: 10px;
    }

}

@media (max-width: 767px) {

    .choose_the_right_delivery_model_section .btns_group .btn {
        font-size: 12px;
    }

}