.dealer-table td,
.dealer-table th{
    text-align: center !important;
}

.dealer-table th {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    color: #da2129;
    background-color: #d2d2d2;
    padding: 15px 10px;
    border: none  !important;
    font-family: 'Josefin Slab';
}

@media (min-width: 768px){
    .dealer-table tbody {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;        
    }
}

.dealer-table tbody tr {
    display: flex;
    flex-direction: column;
}

.dealer-table td {
    font-size: 18px;
    line-height: 1;
    padding: 0;
    background-color: #f3f3f3;
    border: none  !important;
    font-weight: 400;
}

.dealer-table td {
    padding: 15px;
    color: #2b2b2b !important;
}

.dealer-table td a {
    text-decoration: none;
    display: block;
}

.dealer-table table,
.dealer-table tbody,
.dealer-table tbody tr {
    background: transparent !important;
}

.dealer-table tbody td:nth-child(even) {
    background-color: #fafafa !important;
}

.dealer-table tbody td:nth-child(odd){
    background-color: #efefef !important;
}