.elementor-image-carousel .swiper-slide-inner {
    height: 300px; /* ajuste conforme desejar */
    display: flex;
    align-items: center;
    justify-content: center;
}

.elementor-image-carousel .swiper-slide-image {
    width: 100%;
    height: 300px; /* mesmo valor acima */
    object-fit: cover;
}