:root {
    --primary-color: #EC4D23;
    --primary-color-rgb: 236, 77, 35;
}

footer #u_row_7 {
    background: linear-gradient(to bottom, rgba(var(--primary-color-rgb), .75), rgba(var(--primary-color-rgb), .5)), url(https://s3.amazonaws.com/unroll-images-production/projects%2F5192%2F1640867473900-footer-vehicle-list-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}

header.header .container {
    max-width: 1200px !important;
}

@media (max-width: 480px){
#u_row_11.v-row-padding{padding:0px !important;}

}