.carousel-section {
    height: 600px; /* or 60vh for responsive height */
    overflow: hidden;
    position: relative;
    padding: 20px;
}

.carousel-section img {
    width: 100%;
    height: auto;
    max-height: 100%;
}
