.journal-page > section:not(:last-of-type) {
    margin-bottom: 7rem;
}


/*
DESKTOP
*/
@media only screen and (min-width: 1024px) {
    .journal-page > section {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }

    .journal-page > section:not(:last-of-type) {
        margin-bottom: 10rem;
    }
}