.payment-section-m6c2 {
    position: relative;
    width: calc(100% - 16px);
    max-width: 1920px;
    height: 344px;
    min-height: unset;
    padding: 40px 0;
    margin: 8px auto 0;
    background: #ffffff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    overflow: hidden;
    box-sizing: border-box;
}

.payment-headline-m6c2 {
    font-size: 24px;
    font-family: 'Proxima Nova Advanced', 'Proxima Nova', sans-serif;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.96px;
    color: #282834;
    text-align: center;
    padding: 0 16px;
    font-feature-settings: 'ss04' on, 'case' on;
}

.desktop-break-m6c2 {
    display: none;
}

.payment-carousel-m6c2 {
    position: relative;
    width: 100%;
    height: 64px;
    overflow: hidden;
}

.payment-carousel-track-m6c2 {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 100%;
    width: max-content;
    will-change: transform;
}

.payment-logo-m6c2 {
    width: 64px;
    height: 64px;
    object-fit: contain;
    flex-shrink: 0;
    background: #f5f5f5;
    border-radius: 12px;
}

.payment-fade-m6c2 {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    pointer-events: none;
    z-index: 2;
}

.payment-fade-left-m6c2 {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.payment-fade-right-m6c2 {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

@media (min-width: 1024px) {
    .desktop-break-m6c2 {
        display: inline;
    }

    .payment-section-m6c2 {
        max-width: 1920px;
        height: auto;
        padding: 120px 40px;
        gap: 64px;
    }

    .payment-headline-m6c2 {
        font-size: 40px;
        line-height: 1;
        letter-spacing: -1.96px;
        padding: 0 40px;
    }

    .payment-carousel-m6c2 {
        height: 80px;
    }

    .payment-carousel-track-m6c2 {
        gap: 40px;
    }

    .payment-logo-m6c2 {
        width: 80px;
        height: 80px;
    }

    .payment-fade-m6c2 {
        width: 120px;
    }
}
