.text__title {
    font-family: 'PPNV';
    font-size: 48px;
    color: var(--text-black);
    margin-top: 137px;
    margin-bottom: 60px;
}

.text__subtitle {
    font-family: 'PPNV';
    font-size: 24px;
    color: var(--text-black);
    margin-top: 60px;
    margin-bottom: 20px;
}

.text__page {
    font-family: 'PPNV';
    font-size: 18px;
    line-height: 140%;
    color: var(--text-black);
}

.text__page a {
    font-family: 'PPNV';
    color: var(--text-black);
    text-decoration-line: underline;
    text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: 1px;
text-underline-offset: 3px;
text-underline-position: from-font;
}

.mb-160 {
    margin-bottom: 160px;
}

ul {
    font-family: 'PPNV';
    list-style-type: square;
}