.most-booked-services-carousel-img {
    /* height: 144.27px; */
    object-fit: cover;
    border-radius: 10px;
}
.most-booked-services-card {
    text-align: center;
    padding: 15px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.most-booked-services-title {
    font-size: 1rem;
    font-weight: bold;
}
.most-booked-services-price {
    color: #28a745;
    font-weight: bold;
}
