.swiper-last-users .swiper-slide img {
        max-height: 50px !important; /* Wymuszenie max-height */
        width: auto; /* Zachowanie proporcji */
    }

    .swiper-last-users .swiper-slide {
        width: 92px !important; /* Dopasowanie szerokości */
        display: flex;
        flex-direction: column;
        align-items: center; /* Wyśrodkowanie */
        justify-content: center;
        text-align: center;
    }