
.swiper {
    width: 100%;
    height: 100%;
    margin: 1em 0;
}

.swiper-slide {
    height: min-content !important;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    background-color: transparent;
}

.swiper-slide img, .swiper-slide svg{
    max-width: 80px;
}