: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;
}

footer #u_row_10 {
    border-bottom: 6px solid var(--primary-color);
}