.warranty-table-section{
    overflow: hidden;
}
.warranty-table .table-responsive {
    border-top: 1px solid #E5E5E5;
}
.warranty-table table{
    margin-bottom: 0;
}
.warranty-table thead{
    border-bottom: 1px solid #E5E5E5;
}
.warranty-table thead th{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 149.37%;
    text-transform: uppercase;
    color: #616365;
    border-bottom: none!important;
    padding: 18px 10px 20px;
    border-top: 1px solid #dee2e6;
}

.warranty-table thead th:last-child, 
.warranty-table tbody tr td:last-child{
    border-right: none!important;
}
.warranty-table thead th, 
.warranty-table tbody tr td{
    min-width: 130px;
    border-right: 1px solid #E5E5E5!important;
}
.warranty-table .table tbody td {
    border: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 149.37%;
    color: #616365;
    padding: 18px 10px 24px;
}
.warranty-table .table tbody td:last-child {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 149.37%;
    text-align: center;
    color: #1E1E1E;
}
.warranty-table .table tbody tr.borders-td td{
    border-bottom: 1px solid #E5E5E5;
}
.warranty-table tbody td.borders-td-first {
    border-bottom: 1px solid #E5E5E5!important;
}

.warranty-table .bg-secondary{
    background: #F6F6F6!important;
    position: relative;
    border-bottom: 1px solid #E5E5E5;
}

.warranty-table-section .table-icon-title{
    font-family: 'Play-Bold';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 149.37%;
    color: #1E1E1E;
    padding-left: 16px;
}
@media (max-width: 1199.98px) {
    .warranty-table-section table.table.container {
        width: 100%;
    }
}
@media (max-width: 991.98px) {
    .warranty_heading .text-right{
        text-align: center!important;
    }

    .warranty-table-section .table-icon-title,
    .warranty-table .table tbody td,
    .warranty-table .table tbody td:last-child {
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .warranty-table-section .table-icon-title,
    .warranty-table .table tbody td,
    .warranty-table .table tbody td:last-child {
        font-size: 12px;
    }
}