.aic-swiper {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}

.aic-swiper img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
