/* Keep the decorative car visible on common 1280px desktop screens. */
@media (min-width: 1241px) and (max-width: 1360px) {
    .al-site-footer .al-footer-main {
        padding-right: 145px;
        grid-template-columns: 165px minmax(145px, 1.1fr) minmax(145px, 1fr) minmax(175px, 1.15fr) minmax(190px, 1.2fr);
    }

    .al-site-footer .al-footer-brand {
        width: 152px;
    }

    .al-site-footer .al-footer-contact,
    .al-site-footer .al-footer-contact:link,
    .al-site-footer .al-footer-contact:visited {
        padding-right: 9px;
        padding-left: 9px;
        gap: 8px;
        font-size: 14px;
    }

    .al-site-footer .al-footer-car {
        display: block !important;
    }
}
