

.watt-module__brand-swiper:last-child {
    margin-top: 6em;
}
.watt-module__brand-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
 }

.watt-module__brand-wrap:before,
.watt-module__brand-wrap:after {
    position: absolute;
    content: '';
    top: 0;
    width: 20%;
    height: 100%;
    z-index: 1;
}
.watt-module__brand-wrap:before {
    left: 0;
    background: linear-gradient(to right, #fff, transparent);
}
.watt-module__brand-wrap:after {
    right: 0;
    background: linear-gradient(to left, #fff, transparent);
}


.watt-module__brand-wrapper {
    display: flex;
    transition-timing-function: linear!important;
    gap: 5.2vw;
}
.watt-module__brand-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 10vw;
    width: 10vw;
    height: 3.9vw;
}
.watt-module__brand-logo {
    min-width: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}


@media(max-width: 800px) {
    .watt-module__brand-swiper:last-child {
        margin-top: 5em;
    }
    .watt-module__brand-wrapper {
        gap: 8vw;
    }
    .watt-module__brand-slide {
        min-width: 20vw;
        width: 20vw;
        height: 8vw;
    }
}

