/* .carousel-card img {
    max-width: 466px;
    width: 100%;
    height: 100%;
    max-height: 250px;
    object-fit: fill;
    display: block;
    overflow: hidden;
} */

.AboutUs {
    max-width: 100rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.carousel-updates img {
    width: 100%;
    height: 200px;
    /* fixed card image height */
    object-fit: cover;
    /* crop nicely */
    border-radius: 8px;
}

.carousel-modal img {
    width: 100%;
    max-height: 100%;
    min-height: 300px;
    object-fit: cover;
    margin: 0 auto;
}

.image-wrapper {
    width: 100%;
    max-width: 400px;
    /* fixed width */
    height: 250px;
    /* fixed height */
    overflow: hidden;
    /* hide excess image */
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* keeps aspect ratio, crops if needed */
}