.wallet-balance {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 60px 30px
}

.wallet-balance__content {
    align-items: center;
    background: #f5f3f3;
    border-radius: 8px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: flex;
    padding: 28px 30px
}

.wallet-balance__label {
    color: #919191;
    font-size: .9375rem;
    line-height: 2.4;
    white-space: nowrap
}

.wallet-balance__amount {
    align-items: center;
    color: #303030;
    -moz-column-gap: .2142857143em;
    column-gap: .2142857143em;
    display: flex;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.2857142857;
    white-space: nowrap
}

.wallet-balance__currency-icon {
    font-size: .75em
}

@media only screen and (min-width:75em) {
    .wallet-balance {
        padding: 116px 30px 152px
    }
}