.page {
    height: calc(100vh - 70px); /* space for fixed header */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    text-align: center;
}

.inner {
    max-width: 900px;
}

section h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

.section-text {
    font-size: 18px;
    opacity: 0.85;
    margin-bottom: 8px;
}