.carousel-inner .carousel-item img {
    width: 100%;
    height: 500px; /* Or any specific height you prefer */
    object-fit: cover; /* This ensures the image covers the entire space without distorting */
}
