.carousel-item img {
    border-radius: 10px;
    border: 1px solid #dee2e6;
}

.rating i {
    font-size: 1.2rem;
}

.description {
    line-height: 1.8;
}

.whatsapp-order {
    font-size: 1.1rem;
    padding: 15px;
}

.whatsapp-order:hover {
    background-color: #25D366;
    border-color: #25D366;
}

@media (max-width: 768px) {
    .carousel-item img {
        margin-bottom: 30px;
    }
}