.payment-methods-wrapper-956242d0 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.payment-method-item-956242d0 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.payment-method-icon-956242d0 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    color: #000;
}

.payment-method-icon-956242d0 svg {
    width: 38px;
    height: 38px;
    fill: #000;
}