hero titlewrap {
    max-width: 650px;
}

hero > background {
    display: flex;
    align-items: center;
    justify-content: center;
}

hero > background > img {
    position: absolute;
    left: 45%;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover;
    object-position: 0% center;
}

hero titlewrap > h2 {
    color: #ffffff;
}

.servconnectshowroom-list > content > content > a > content > detailswrap > top > titlewrap > h6 {
    color: var(--accent-color-dark);
}

.servconnectshowroom-list > content > content > a > content > detailswrap > bottom > buttonwrap > a {
    color: var(--accent-color);
}

@media(max-width: 1160px) {
    .servconnectshowroom-list > content > content {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 630px) {
    .servconnectshowroom-list > content > content {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 1200px) {
    hero titlewrap {
        max-width: 50%;
    }
}

@media(max-width: 960px) {
    hero > background > overlay {
        width: 100%;
        -webkit-mask: linear-gradient(to right, black, transparent);
        mask: linear-gradient(to right, black, transparent);
    }

    hero > background > overlay > bg {
        background: linear-gradient(0deg, #006917, #003437);
    }

    hero > background > img {
        left: 0;
        width: 150%;
        object-position: left center;
    }
}

@media(max-width: 600px) {
    hero titlewrap {
        max-width: 100%;
    }

    hero > content {
        padding-top: 152px;
        padding-bottom: 302px;
        padding-left: 24px;
        padding-right: 24px;
    }

    hero > background > overlay > bg {
        background: linear-gradient(-45deg, #006917, #003437);
    }


    hero > background > overlay {
        width: 100%;
        -webkit-mask: linear-gradient(to bottom, black 30%, transparent);
        mask: linear-gradient(to bottom, black 30%, transparent);
    }

    hero > background > img {
        left: 0;
        width: 100%;
        height: 170%;
        object-position: top center;
    }
}




@media(max-width: 430px) {
    hero > background > overlay {
        width: 100%;
        -webkit-mask: linear-gradient(to bottom, black 60%, transparent);
        mask: linear-gradient(to bottom, black 60%, transparent);
    }

    hero > background > img {
        left: 0;
        width: 100%;
        height: 150%;
        object-position: top center;
    }

    .servconnectshowroom-list > content > content > a > content > detailswrap,
    a.vehicle-card > content > detailswrap {
        padding-left: 16px;
        padding-right: 16px;
    }
}