/* =========================================================
   NPGE About Page Styles
   Public introduction to The Ninth Portal
   ========================================================= */


/* ---------- Content Sections ---------- */

.about-section {
    margin-top: 2.75rem;
}

.about-section h2 {
    margin-bottom: 0.9rem;
}

.about-section p {
    margin-bottom: 1.1rem;
    line-height: 1.7;
}

.about-section ul {
    margin: 1.25rem 0 1.75rem 2rem;
    line-height: 1.7;
}


/* ---------- Featured Quote ---------- */

.about-quote {
    margin: 2.75rem 0;
    font-size: 1.15rem;
    line-height: 1.7;
    text-align: center;
}


/* ---------- Closing Section ---------- */

.about-ending {
    margin-top: 3rem;
    text-align: center;
}

.about-ending p {
    margin-bottom: 1.35rem;
}


/* ---------- Page Navigation ---------- */

.page-navigation {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--ui-border);
    text-align: center;
}