﻿@media(min-width:1370px) {
    .decorBackProBottom {
        position: absolute;
        bottom: -244px;
        left: 0;
        width: 100%;
        z-index: -1;
    }
}

@media (min-width: 1024px) and (max-width: 1239px) {
    span.slogan-b-content-home-product-car {
        font-size: 1.3rem;
    }

    h3.name-bottom-content-home-about-car {
        font-size: 32px;
    }

    .wTitleBackProduct {
        height: 100%;
        padding: 10px;
    }

    span.slogan-bb-content-home-product-car {
        font-size: 20px;
    }

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

    .desProCarItem {
        font-size: 20px;
        padding: 0 32px;
        display: block;
    }

        .desProCarItem span {
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: auto;
        }

    .decorBackProBottom {
        bottom: -145px;
    }
}

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

    .img-top-bottom-home-product-car > img.decorProductCar {
        display: block;
        width: 100%;
        height: auto;
    }

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

    .wTitleBackProduct {
        height: auto;
    }

    h3.name-bottom-content-home-about-car {
        font-size: 26px;
    }

    span.slogan-b-content-home-product-car {
        font-size: 1rem;
    }

    span.slogan-bb-content-home-product-car {
        font-size: 15px;
    }

    .desProCarItem {
        display: block;
        padding: 0;
        font-size: 16px;
    }

        .desProCarItem span {
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: auto;
        }
}