﻿@media(max-width:1023px) {
    span.des-top-home-about-car {
        padding-left: 5px;
        padding-right: 5px;
    }

    .wp-home-about-car {
        background: #ffffff;
        padding-top: 30px;
        background: url(/Design/img/HyundaiBinhThuan/HomeAbout/decorBack.png) no-repeat;
        background-size: cover;
        padding-bottom: 30px;
    }

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

    .img-top-bottom-home-about-car img {
        display: block;
        width: 100%;
        height: 130px;
    }

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

    .wp-home-about-car .grid.wide {
        padding: 0;
    }
}

@media(max-width:739px) {
    .img-top-bottom-home-about-car img {
        object-fit: fill;
        height: 101px;
    }

    h3.name-bottom-content-home-about-car {
        margin: 0;
        font-size: 14px;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }

    .top-car-home h1 {
        font-size: 20px;
    }

    ul.listTabProChild li a {
        font-size: 15px;
    }

    span.price-over-bottom-content-home-about-car {
        font-size: 14px;
    }
}