   .logoWrapper {
            position: relative;
        }

         .logoWrapper::before,
        .logoWrapper::after {
            content: "";
            position: absolute;
            top: 0;
            width: 60px;
            height: 100%;
            z-index: 10;
            pointer-events: none;
        }

        .logoSwiper {
            padding: 20px 0;
        }
        .logoSwiper .swiper-slide {
            display: flex;
            justify-content: center;
        }
        .logoSwiper a {
            text-decoration: none;
            text-align: center;
            display: inline-block;
        }
        .logoSwiper img {
            max-height: 100%;
            transition: 0.3s ease;
        }
        .logoSwiper a:hover img {

            transform: scale(1.08);
        }
        .caption {
            margin-top: 6px;
            font-size: 12px;
            color: var(--text-color);
        }
        .swipperLogo {
            height: 40px;
        }
