﻿li.item-bottom-home-product-car {
    list-style: none;
}

.img-top-bottom-home-product-car > img.decorProductCar {
    display: block;
    width: 100%;
    height: 544px;
    border-radius: 10px;
}

ul.list-bottom-home-product-car {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 11px;
    row-gap: 11px;
}

.wp-home-product-car .grid.wide {
    max-width: 1414px;
    position: relative;
    z-index: 0;
}

.img-top-bottom-home-product-car {
    position: relative;
}

.decor-content-home-product-car {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 46px 69px 0 53px;
}

.decorTitleBackPro svg {
    width: 100%;
    height: 100%;
}

h3.name-bottom-content-home-about-car {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #FFF;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Montserrat-Bold';
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

span.slogan-b-content-home-product-car {
    display: block;
    text-align: center;
    font-family: UTMAvoBold;
    font-size: 2rem;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: var(--Diamond, linear-gradient(to bottom right, #4541D0 0%, #211B8D 50%) bottom right / 50% 50% no-repeat, linear-gradient(to bottom left, #4541D0 0%, #211B8D 50%) bottom left / 50% 50% no-repeat, linear-gradient(to top left, #4541D0 0%, #211B8D 50%) top left / 50% 50% no-repeat, linear-gradient(to top right, #4541D0 0%, #211B8D 50%) top right / 50% 50% no-repeat);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 11.5px;
    padding-bottom: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: auto;
}

span.slogan-bb-content-home-product-car {
    display: block;
    color: #5E5D6A;
    text-align: center;
    font-family: 'Montserrat-Medium';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: auto;
}

.desProCarItem {
    color: #4C4C4C;
    text-align: center;
    font-family: 'Montserrat-Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.688%; /* 27.738px */
    padding: 0 82px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: auto;
}

.wLinkProductHome {
    margin-top: 32px;
    text-align: center;
}

    .wLinkProductHome span {
        display: block;
        color: #FFF;
        text-align: center;
        font-family: 'Montserrat-Bold';
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 133.188%; /* 23.974px */
        text-transform: uppercase;
        position: relative;
        width: 192px;
        height: 56px;
        padding-top: 17.12px;
        margin: auto;
    }

        .wLinkProductHome span svg {
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
        }

        .wLinkProductHome span:after {
            content: "+";
            position: absolute;
            width: 56px;
            height: 56px;
            top: 0;
            right: -49px;
            border-radius: 2px;
            background: #EF001F;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #FFF;
            font-family: 'Montserrat-Regular';
            font-size: 34px;
            font-style: normal;
            font-weight: 400;
            line-height: 133.188%;
            text-transform: uppercase;
        }

.bottom-content-home-about-car {
    padding-top: 32px;
}

.wTitleBackProduct {
    position: relative;
    width: 100%;
    height: 79.5px;
    flex-shrink: 0;
}

.decorTitleBackPro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.decorBackProBottom {
    position: absolute;
    bottom: -186px;
    left: 0;
    width: 100%;
    z-index: -1;
}

    .decorBackProBottom img {
        display: block;
        width: 100%;
        height: 100%;
    }