/* small mobile :320px. */

@media (max-width: 767px) {
    #car-selection {
        margin-bottom: 2rem;
    }
    .price-information {
        .card {
            width: 10rem !important;
        }
    }
}

/* Large Mobile :480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .price-information {
        .card {
            width: 10rem;
        }
    }
  }

.rent-price {
    font-weight: 600;
}
.deposit {
    margin-bottom: 4rem;
}