.products-heading {
    z-index: 3 !important;
}

.subGroupContainer .newContent {
    margin: 2em 0.8em;
    max-height: 213px;
    background-image: url('/img/cars.jpg');
    background-size: cover;
    background-position: 100% 91%;
    background-repeat: no-repeat;
    display: flex;
    padding: 28px 32px;
    gap: 32px;
    border-radius: 8px;
    position: relative;
    z-index: 0;
}

.subGroupContainer .newContent::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2.5);
    border-radius: 8px;
    z-index: 1;
}

.subGroupContainer .newContent>* {
    position: relative;
    z-index: 2;
}

.newContent::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    z-index: 1;
}

.newContent>* {
    position: relative;
    z-index: 2;
}


.compContent {
    width: 286px;
    display: flex;

    flex-direction: column;
    color: #fff;
    gap: 22px;
}

.detailsContent {

    display: flex;

    cursor: default !important;
    flex-direction: column;
    color: #fff;
    gap: 4px;
}

.contentButton {
    display: flex;
    background: #E82C2A !important;
    width: 138px;
    max-height: 28px;
    /*padding: 3px 0 !important;*/
    gap: 6px;
    min-height: 28px;
    border-radius: 90px !important;
    border: 1px solid #E82C2A;
    justify-content: center;
    color: #F9F9F9 !important;
    font-family: Trebuchet MS, Arial, sans-serif;
    /* font-family: "Maven Pro", sans-serif;
font-family: Avenir !important;*/
    font-size: 14px !important;
    font-weight: 900;
    line-height: 16px !important;
    letter-spacing: 0.01em;
    text-align: center;
    text-transform: uppercase !important;
    align-items: center;
}

.contentButton:hover {

    text-decoration: none !important;
}

.contHeading {
    font-family: 'industry';
    /* font-family: Industry-Bold;*/
    font-size: 22px;
    font-weight: 600;
    line-height: 24.2px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #fff;
    text-transform: uppercase !important;
}

.contHeading>span {

    color: #E82C2A;

}

.contP {
    font-family: 'industry';
    /* font-family: Industry-Book;*/
    font-size: 13px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
    color: #CBCBCB;
    text-transform: uppercase !important;
}

.contP>span>a {

    text-decoration: underline;
    color: #E82C2A;
    cursor: pointer;
}



.newContent {
    margin: 2em 0;
    max-height: 213px;
    background-image: url('/img/cars.jpg');
    background-size: cover;
    background-position: 100% 91%;
    background-repeat: no-repeat;

    display: flex;
    padding: 28px 32px;
    gap: 32px;
    border-radius: 8px;
    position: relative;




}

@media (max-width:500px) {
    .newContent {
        margin: 2em 1em;

        max-height: 275px;
        background-position: 54% 91%;
        padding: 40px 32px;
    }

    .subGroupContainer .newContent {
        margin: 2em 1em;

        max-height: 275px;
        background-position: 54% 91%;
        padding: 40px 32px;
    }

    .contHeading {

        font-size: 30px;

        line-height: 30px;
    }

    .compContent {

        gap: 18px;
    }

    .detailsContent {
        gap: 6px;
    }

}
