body:not(.home):not(.single-post) article.page:not(.sub-page) header.entry-header {
    padding-bottom: 0;
}

.entry-content {
    padding-bottom: 10em;
}

h1, h2, h3 {
    line-height: 1.5;
}

h2, p {
    margin: 0;
}

p {
    line-height: 1.65;
}

ul {
    margin: 0;
}

.entry-content .container * + * {
    margin-top: 3rem;
    margin-bottom: 0;
}

.entry-content .container h1 + p,
.entry-content .container h2 + p,
.entry-content .container h3 + p {
    margin-top: .8rem;
}

.entry-content .container p + ul,
.entry-content .container ul > li,
.entry-content .container ul > li > ul,
.entry-content .container p + p {
    margin-top: 1rem;
}
