.post-content ul {
    margin-left: 1.25rem;
    list-style: disc;
}

.post-content ul li {
    margin: .4rem 0;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    margin-top: 28px;
    margin-bottom: 30px;
}

.inner-page-hero {
    padding-bottom: 120px;
}

.post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
    /* center if too small */
    display: block;
    margin-left: auto;
    margin-right: auto;
}