.offers__cards{display:flex;flex-direction:column;gap:2rem}@media(max-width:768px){.offers__cards{gap:12px}}@media(max-width:768px){.offers__title{margin-bottom:24px}}
.offer__items .in-params-label {
    font: var(--font-body-s);
    margin-bottom: 1.125rem
}

@media (max-width: 768px) {
    .offer__items .in-params-label {
        margin-bottom: 0;
        max-width: 140px;
        width: 100%
    }
}

.offer__items .in-params-value {
    font: var(--font-accent-xl)
}

@media (max-width: 768px) {
    .offer__items .in-params-value {
        font: var(--font-accent-l)
    }
}

@media (max-width: 768px) {
    .offer__items [class^=col] {
        display: flex;
        gap: 10px
    }
}
.offer__items img {
    height: 16px;
    width: 16px;
    vertical-align: baseline;
}
.offer__items [class^=col] {
    grid-column: auto;
}

.section-title.deposit__title {
    margin-bottom: 0px;
}
