/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
    .car-type p img { width:100%; }
    .table_img { overflow-x:scroll; }
    .car-type .table_img img { width:800px; }
}
