@media (max-width: 768px) {
    #u_content_custom_vehicleList_1 .d-con-usefor-footer .d-vehicle-list-box .d-vehicle-list > li {
    width: unset !important;
    flex: 1 1 33% !important;
}
}

footer .d-social-box a {
    border: 1px solid #f7f7f7 !important;
    width: unset !important;
    height: unset !important;
    padding: 1rem !important;
    font-size: 12px;
    transition: all 150ms ease-in-out;
}
footer .d-social-box a:hover {
    background: #cf0000;
    border: 1px solid #cf0000 !important;
    color: #f7f7f7 !important;
}


footer.footer #footer-phone div p a span:hover{
color: #f7f7f7 !important;
}

footer.footer  #footer-bottom-links a:hover {
    color: #2b2b2b !important;
}

footer.footer  #footer-address div p a span:hover {
    color: #cf0000 !important;
}