.carss{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:4rem}.car-card{flex-grow:0;flex-shrink:0;flex-basis:calc(33.33% - 2rem);display:flex;flex-direction:column;align-items:center;text-align:center}.img_car{width:100%;max-width:300px;height:200px;object-fit:cover;border-radius:10px}.car-name{font-weight:bolder;margin-top:1rem;color:#000}.car-text{color:#000;line-height:1.6;margin-top:.5rem;max-width:300px;word-break:break-word}.car_section{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:0 1rem}.car_section div{width:100%}@media (min-width:768px){.car_section{flex-direction:row;justify-content:space-around}.car_section div{width:40%}}img{max-width:100%;height:auto;display:block}.car_section h6{max-width:500px;line-height:1.7;text-align:justify;margin-top:1rem}@media (max-width:992px){.car-card{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 2rem)}}@media (max-width:576px){.car-card{flex:0 0 100%}}@media (max-width:768px){.car_section h6{text-align:left;max-width:100%}}