/* Add your custom styles here */
.appointment-btn.w-100 {
    padding: 10px 30px !important;
}

.carousel-item {
    height: 500px;
    background-size: cover;
    background-position: center;
}
.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
}

.carousel-item .p-5.mb-4.bg-light.rounded-3 {
    height: 100%;
}
