.PageSection {
    display: flex;
    flex-direction: column;
    .Title {
        text-align: var(--TextAlign);
    }
}