.page {
    min-height: calc(100vh - 160px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.section-title {
    margin-top: 12px;
}

.text-block {
    max-width: 720px;
    margin: 24px auto 36px;
    line-height: 1.7;
}

.inline-links {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 28px;
}