.vehicle-card {
    font-family: "Poppins", sans-serif;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.vehicle-card h2 {
    font-size: 1.8rem;
    color: #1d1d1d;
    padding: 1rem;
    color: white;
}

.vehicle-card h3 {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 1rem;
}

.vehicle-card p {
    font-size: 1rem;
    color: #333;
    margin-bottom: 1.5rem;
}

.vehicle-card ul {
    padding-left: 1.2rem;
    margin-bottom: 1.5rem;
}

.vehicle-card ul li {
    margin-bottom: 0.5rem;
}

.vehicle-gallery img {
    border-radius: 6px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.vehicle-gallery img:hover {
    transform: scale(1.05);
}
.vechile-each-feature {
    font-size: 40px;
    line-height: 3rem;
    font-weight: 900;
    letter-spacing: 2px;
}
.gallery-image {
    /* height: 200px; */
    /* width: 200px; */
}
