.time-table-responsive {
    display:  none;
}
.td-responsive {
    border-collapse: collapse;
    width:90%; 
    margin:0 auto;
}
.td-responsive td:first-child {
    width: 270px;
}

.td-responsive h3{
    font-size: 18px;
    color: #343434;
    line-height: calc(22 / 16);
    font-family: "Nissan Bold", "Nissan Regular", Verdana, Arial, sans-serif;
}
.footer-copyright {
    text-align: center;
}
@media screen and (max-width: 568px) { 
    .time-table-responsive {
        display: block;
    }
    .test-drive {
        margin-left: 2% !important;
    }
}

