
.vehicle.card {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    justify-content: center;
    width: 350px;
    margin: 20px auto;
    border-radius: 20px;
    height: 555px;
}

.vehicle.card img {
    object-fit: cover;
    height: 250px;
    max-width: 350px;
    max-height: 250px;
    background-color: lightgreen;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.vehicle.card .card-body {
    text-align: center;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.vehicle.card .card-title {
    height: 36px;
}
.vehicle .card-text {
    text-align: left;
    font-size: 13px;
}
.card-text .row {
    padding: 2px 0px;
}

.card-text li {
    text-indent: 0px !important;
    font-family: "Roboto", sans-serif !important;
}

.card-text .dimension, .card-text .scope {
    max-height: 100px;
}

.card-text span.bolder {
    font-weight: bold;
}

.bolder {
    font-weight: bolder;
}

.vehicle.card ul {
    padding-left: 15px;
    margin-bottom: 0px;
}
@media (max-width: 1199px) {
    .vehicle.card {
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
        justify-content: center;
        width: 300px;
        margin: 5px auto;
        height: 540px;
    }
    .vehicle .card-text {
        font-size: 12px;
    }
}

/* Large Devices Bootstrap */
@media (max-width: 991px) {
    .vehicle .card-text {
        font-size: 11px;
    }
}


/* Medium Devices Bootstrap */
@media (max-width: 767px) {
    .vehicle.card img {
        object-fit: cover;
        height: 150px;
    }

    .vehicle.card {
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
        justify-content: center;
        width: 275px;
        margin: 5px auto;
        height: 450px;
    }

    .vehicle .card-text {
        font-size: 11px !important;
    }
    .vehicle.card ul {
        padding-left: 10px;
    }
}

/* Small Devices Bootstrap */
@media (max-width: 575px) {
    .vehicle.card {
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
        justify-content: center;
        width: 275px;
        margin: 20px auto;
    }
    .vehicle .card-text {
        font-size: 10px !important;
    }
    .card-text .dimension, .card-text .scope {
        max-height: 90px;
    }
    .vehicle.card ul {
        padding-left: 10px;
    }
}
