.section-payment-methods-table {
    max-width: 1140px;
}

.section-payment-methods-table .col-item {
    width: 100%;
    padding: 13px;
    word-break: break-word;
    text-align: center;
}

.section-payment-methods-table .casino-site,
.section-payment-methods-table .debit-card,
.section-payment-methods-table .e-wallets {
    max-width: 180px;
}

.section-payment-methods-table .prepaid-cards,
.section-payment-methods-table .other,
.section-payment-methods-table .min-deposit,
.section-payment-methods-table .max-deposit,
.section-payment-methods-table .min-withdrawal {
    max-width: 120px;
}

.section-payment-methods-table>.listing-holder-head {
    background-color: #E8E8E8;
    color: #1B1A25;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
}

.section-payment-methods-table>.listing-holder>.item {
    border-bottom: 1px solid #E4E4E4;
    padding-top: 50px;
    padding-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.section-payment-methods-table>.listing-holder>.item>.columns-holder {
    width: 100%;
    color: #4A4B54;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}

.section-payment-methods-table>.listing-holder>.item>.columns-holder>.column-item {
    padding-top: 5px
}

.section-payment-methods-table>.listing-holder>.item>.columns-holder>.column-item>.title {
    display: none;
}

.section-payment-methods-table>.listing-holder>.item>.columns-holder>.column-item>.value {
    word-break: break-word;
}

.section-payment-methods-table>.listing-holder>.item>.logo-title-holder {
    width: 100%;
    padding-left: 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}

.section-payment-methods-table>.listing-holder>.item>.logo-title-holder>.logo-holder {
    margin-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
}

.section-payment-methods-table>.listing-holder>.item>.logo-title-holder>.logo-holder>.counter {
    width: 33px;
    height: 33px;
    background-color: #fff;
    color: #1B1A25;
    margin-right: 31px;
    border: 1px solid #D3D3D3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-payment-methods-table>.listing-holder>.item>.logo-title-holder>.logo-holder img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    object-fit: cover;
}

.section-payment-methods-table>.listing-holder>.item>.logo-title-holder>.title {
    max-width: 90px;
    color: #1B1A25;
    margin-left: 64px;
    display: block;
    word-break: break-word;
    text-align: center;
    text-decoration: none;
}

@media only screen and (max-width: 1160px) {
    .section-payment-methods-table {
        max-width: 790px;
    }

    .section-payment-methods-table>.listing-holder-head {
        display: none;
    }

    .section-payment-methods-table>.listing-holder {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .section-payment-methods-table>.listing-holder>.item {
        border: 1px solid #D3D3D3;
        padding: 21.5px 17px;
        padding-top: 25px;
        flex-direction: column;
        align-items: center;
    }

    .section-payment-methods-table>.listing-holder>.item>.columns-holder {
        display: block;
    }

    .section-payment-methods-table>.listing-holder>.item>.columns-holder>.column-item {
        background-color: #F5F5F5;
        color: #1B1A25;
        max-width: 100%;
        margin: 14px 0;
        padding: 5px;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        text-align: center;
    }

    .section-payment-methods-table>.listing-holder>.item>.columns-holder>.column-item:last-child {
        margin-bottom: 4px;
    }

    .section-payment-methods-table>.listing-holder>.item>.columns-holder>.column-item>.title {
        display: block;
    }

    .section-payment-methods-table>.listing-holder>.item>.columns-holder>.column-item>.value {
        font-weight: 700;
    }

    .section-payment-methods-table>.listing-holder>.item>.logo-title-holder {
        padding-left: 0;
        text-align: center;
    }

    .section-payment-methods-table>.listing-holder>.item>.logo-title-holder>.logo-holder {
        justify-content: center;
    }

    .section-payment-methods-table>.listing-holder>.item>.logo-title-holder>.logo-holder>.counter {
        margin-right: 0;
        position: absolute;
        top: 0;
        left: 33px;
    }

    .section-payment-methods-table>.listing-holder>.item>.logo-title-holder>.title {
        max-width: 100%;
        margin-left: 0;
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    .section-payment-methods-table>.listing-holder {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}
