/* Home page. Base styles live in css/style.css. */

/* Home uses stacked <section>s inside .content-window — each gets its own heading. */
.content-window h2 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.content-window p {
    margin-bottom: 20px;
}

.content-window section:last-child p:last-child {
    margin-bottom: 0;
}