#post-content p,
#post-content ul {
    font-size: 16px;
    line-height: 1.45;
    font-weight: 300;
    margin-bottom: 16px;
}
@media (min-width: 1024px) {
    #post-content p,
    #post-content ul {
        font-size: 20px;
        line-height: 1.55;
        margin-bottom: 24px;
    }
}

#post-content p:last-of-type {
    margin-bottom: 0;
}

#post-content h2 {
    font-size: 30px;
    line-height: 1.23;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 16px;
}
@media (min-width: 1024px) {
    #post-content h2 {
        font-size: 42px;
        margin-top: 50px;
        margin-bottom: 24px;
    }
}

#post-content strong {
    font-weight: 700;
}

#post-content a {
    color: #97c125;
}
#post-content a:hover {
    text-decoration: underline;
}

#post-content figure {
    margin-bottom: 16px;
}
@media (min-width: 1024px) {
    #post-content figure {
        margin-bottom: 24px;
    }
}

#post-content ul {
    list-style-type: disc;
}

#post-content ul li {
    margin-bottom: 0.625rem;
    margin-left: 25px;
}