.Partners_wrapper__m4xf6 {
    width: 90%;
    max-width: 1536px;
    margin-inline: auto;
    position: relative;
    height: 120px;
    overflow: hidden
}

@keyframes Partners_slideLeft__QYO3Z {
    to {
        left: -100px
    }
}

.Partners_item__pwM_d {
    width: 100px;
    height: 100px;
    border-radius: 6px;
    position: absolute;
    left: 100%;
    animation: Partners_slideLeft__QYO3Z 30s linear infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    color: white;
    font-weight: 700;
    transition: transform .3s ease;
    will-change: transform
}

@media screen and (max-width:1200px) {
    .Partners_wrapper__m4xf6 {
        height: 100px
    }
    .Partners_item__pwM_d {
        width: 80px;
        height: 80px;
        margin-right: .5rem
    }
}

@media screen and (max-width:992px) {
    .Partners_wrapper__m4xf6 {
        height: 90px
    }
    .Partners_item__pwM_d {
        width: 70px;
        height: 70px;
        margin-right: .4rem
    }
}

@media screen and (max-width:768px) {
    .Partners_wrapper__m4xf6 {
        height: 80px
    }
    .Partners_item__pwM_d {
        width: 60px;
        height: 60px;
        margin-right: .3rem
    }
}

@media screen and (max-width:576px) {
    .Partners_wrapper__m4xf6 {
        height: 70px
    }
    .Partners_item__pwM_d {
        width: 50px;
        height: 50px;
        margin-right: .2rem
    }
    .Partners_wrapper__m4xf6 {
        height: 60px
    }
    .Partners_item__pwM_d {
        width: 40px;
        height: 40px;
        margin-right: .2rem
    }
}

.Partners_item__pwM_d:hover {
    transform: scale(1.05)
}

.Partners_item1__x8pI6 {
    animation-delay: calc(30s / 6 * (6 - 1) * -1)
}

.Partners_item2__OQEym {
    animation-delay: calc(30s / 6 * (6 - 2) * -1)
}

.Partners_item3__uMytb {
    animation-delay: calc(30s / 6 * (6 - 3) * -1)
}

.Partners_item4__fTR2S {
    animation-delay: calc(30s / 6 * (6 - 4) * -1)
}

.Partners_item5__b63C7 {
    animation-delay: calc(30s / 6 * (6 - 5) * -1)
}

.Partners_item6__o_BPA {
    animation-delay: calc(30s / 6 * (6 - 6) * -1)
}