
h1.headingPage {
    margin-bottom: 20px !important;
}
.descText {
    margin-bottom: 20px;
}


/* ================================ */
/* СПИСОК ИНФОРМАЦИИ О СИСТЕМАХ ОПЛАТЫ */
/* ================================ */
.listPaymentsWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.listPaymentsWrapper .itemPaymentBlock {
    padding: 20px;
    background: #F2F3F5;
    border-radius: 5px;
    line-height: 1.2;
}
.listPaymentsWrapper .itemPaymentBlock .headingPayment {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}
.listPaymentsWrapper .itemPaymentBlock .textBlock {
    font-size: 14px;
}

@media(max-width: 768px) {
    .listPaymentsWrapper {
        grid-template-columns: 1fr;
    }
}

/* ================================ */
/* ================================ */


.paymentBottomInfo {
    width: 90%;
    max-width: 920px;
    border: 2px solid #F2F3F5;
    padding: 20px;
    margin: 10px auto 45px;
    line-height: 1.2;
}


@media(max-width: 768px) {
   .paymentBottomInfo {
        width: 100%;
    }
 
}
