
@media screen and (min-width:1700px) {
    
    #home_aftersales_section .container{
        max-width:1607px ;
        padding: 0;
    }
}

#home_aftersales_section .container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-top: 69px;
    grid-gap: 33px;
}

#home_aftersales_section .home_aftersales_grid_part{
    background-image: url(/images/home/aftersales.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:456px ;
    display: flex;
    justify-content: center;
    align-items: start;
    padding-top:146px ;
    border-radius: 3px;
}

#homepage-single-review .owl-dots{
    height: 0 !important;
}

#home_aftersales_section .home_aftersales_grid_part-2{
    background-image: url(/images/home/finance.jpg);
}

.home_aftersales_grid_content h3{
    color: #FFF;
    text-align: center;
    font-size: 48px;
    margin-bottom: 15px;
    font-weight: 800;
    line-height: normal;
}

.home_aftersales_grid_content p{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.home_aftersales_grid_content a.home_aftersales_btn{
    width: 223px;
    height: 48px;
    border-radius: 3px;
    border: 2px solid #FFF;
    color: var(--white);
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    line-height: 16px; 
    padding: 15px;
}

.home_aftersales_grid_content{
    text-align: center;
}

@media screen and (min-width:992px) and (max-width:1299px) {
    .home_aftersales_grid_content p{
        font-size: 18px;
        min-height: 40px;
    }
}

@media screen and (max-width:991px) {
    #home_aftersales_section .container{
        grid-template-columns: repeat(1,1fr);
        grid-gap: 20px;
    }
}

@media screen and (max-width:767px) {
    #home_aftersales_section .container{
        padding: 0;
        margin-top: 10px;
        margin-bottom: 0;
    }
    #home_aftersales_section{
        order: 3;
    }
    #home_aftersales_section .home_aftersales_grid_part{
        height:320px ;
        padding-top: 55px;
    }
    .home_aftersales_grid_content h3{
        text-align: center;
        font-size: 36px;
        font-weight: 800;
        line-height: normal;
        margin-bottom: 40px;
    }
    .home_aftersales_grid_content p{
        font-size: 20px;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 40px;
        min-height:unset;
        width: 329px;
    }
    #home_aftersales_section .home_aftersales_grid_part-2 p{
        width: 250px;
    }
    #home_aftersales_section .home_aftersales_grid_part-2 a{
        width: 227px;
    }
    .home_aftersales_grid_content a.home_aftersales_btn{
        width: 206px;
        height: 48px;
        padding: 14px;
        font-size: 15px;
        font-weight: 800;
    }

}