.howtobuy {
    margin: 120px 0;
    padding: 100px 0 120px;
    background: #F8F9FA;
}

.howtobuy__title {
    font-family: 'Items';
    font-size: 40px !important;
    font-weight: 325 !important;
    line-height: 42px !important;
    letter-spacing: 0.02em !important;
    text-align: center;
    font-variation-settings: 'wdth' 450;
    color: var(--color-bw-hi-contrast);
}

.howtobuy p {
    color: var(--color-bw-hi-contrast) !important;
    font-family: 'PPNV';
    font-size: 18px !important;
    font-weight: 550 !important;
    line-height: 24px !important;
    letter-spacing: 0.02em !important;
    text-align: center !important;

}

.howtobuy__grid {
    gap: 16px !important;
}

.howtobuy__grid li {
    border-radius: 4px !important;
    border: 1px solid #E6E8EB !important;

    font-family: 'PPNV';
    font-size: 16px !important;
    font-weight: 375 !important;
    line-height: 22px !important;
    letter-spacing: 0.03em !important;
    text-align: left;
    color: var(--color-bw-mid-contrast) !important;
}

.howtobuy__grid li::before {
    color: var(--color-bw-hi-contrast) !important;
    font-family: 'Items';
    font-size: 64px !important;
    font-weight: 325 !important;
    line-height: 67.2px !important;
    letter-spacing: 0.02em !important;
    text-align: left;
    font-variation-settings: 'wdth' 450;

}

@media (max-width: 992px) {
    .howtobuy {
        margin: 80px 0;
        padding: 60px 0;
    }

    .howtobuy .container {
        padding: 0 10px;
    }

    .howtobuy__title {
        text-align: center;

        font-size: var(--font-size-Level-10, 28px) !important;
        font-style: normal;
        font-weight: 350 !important;
        line-height: var(--line-height-Level-10, 30px) !important;
        /* 107.143% */
        letter-spacing: 0.56px !important;
    }

    .howtobuy p {
        text-align: center !important;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 550 !important;
        line-height: 22px !important;
        /* 137.5% */
        letter-spacing: 0.48px;
    }

    .howtobuy__grid {
        margin-bottom: 40px !important;
    }

    .howtobuy__grid li::before {
        font-size: var(--font-size-Level-11, 52px) !important;
        font-style: normal;
        font-weight: 325 !important;
        line-height: var(--line-height-Level-11, 56px) !important;
        /* 107.692% */
        letter-spacing: 1.04px;
    }
}