.responsive-table-wrap{
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    border-radius:16px;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    margin-top: 40px;
    margin-bottom: 40px;
}

.responsive-comparison-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
}

.responsive-comparison-table th{
    background:#e63e38;
    color:#fff;
    padding:18px 20px;
    text-align:left;
    font-size:16px;
    font-weight:600;
}

.responsive-comparison-table td{
    padding:18px 20px;
    border-bottom:1px solid #eaeaea;
    color:#333;
    font-size:15px;
    line-height:1.6;
}


/* Tablet */
@media (max-width:1024px){
    .responsive-comparison-table th,
    .responsive-comparison-table td{
        padding:16px;
        font-size:14px;
    }
}

/* Mobile */
@media (max-width:767px){

    .responsive-comparison-table{
        min-width:700px;
    }

    .responsive-comparison-table th,
    .responsive-comparison-table td{
        white-space:normal;
        min-width:220px;
        padding:14px;
        font-size:14px;
    }

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

    .responsive-table-wrap::-webkit-scrollbar-thumb{
        background:#e63e38;
        border-radius:10px;
    }
}

.responsive-comparison-table th,
.responsive-comparison-table td{
    border-right: 1px solid #eeeeee;
}

.responsive-comparison-table th:last-child,
.responsive-comparison-table td:last-child{
    border-right: none;
}