
.aboutus {
    padding: 50px 0 20px;
    background: #e1f1e8;
}

.aboutus-cars {
    background: #ffffff;          /* solid white */
    border-radius: 8px;
    padding: 30px;
    color: #333;
    min-height: 220px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.10);
    transition: transform .3s ease;
}

.aboutus-cars:hover {
    transform: translateY(-5px);
}

.aboutus-cars img {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 12px;
}



