.wallets-wrapper .wallets-list-holder {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.gtitle-wallet-wrapper.wallets-wrapper .wallets-list-holder {
    justify-content: center;
    padding: 50px;
}

.wallets-wrapper .wallets-list-holder > div {
    flex: 0 0 calc(50% - 24px / 2);
}

.wallets-wrapper .wallet-holder {
    height: 115px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #e1e1e3;
    overflow: hidden;
}

.wallets-wrapper .wallet-holder[data-action='/Wallet/Redirect/visaCheckout'] {
    background-size: 60%;
}

.wallets-wrapper .wallet-holder.active,
.wallets-wrapper .wallet-holder:hover {
    box-shadow: 0 0 15px #e6e6e6;
    transition: box-shadow 125ms ease-out;
    -webkit-transition: box-shadow 125ms ease-out;
    -moz-transition: box-shadow 125ms ease-out;
    -o-transition: box-shadow 125ms ease-out;
}

@media only screen and (max-width: 500px) {
    .wallets-wrapper .wallet-holder {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.wallets-wrapper .channel-form-wrapper .info-text {
    margin: 24px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #59585b;
}
