.post-content {
    font-family: Aventa, sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    color: #282828;
}

.post-content > *:first-child {
    margin-top: 0;
}

.post-content p {
    margin: 0 0 1.25rem;
}

.post-content h2,
.post-content h3,
.post-content h4 {
    font-family: Aventa, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #282828;
    margin: 2rem 0 0.75rem;
}

.post-content h2 {
    font-size: 2rem;
}

.post-content h3 {
    font-size: 1.625rem;
}

.post-content h4 {
    font-size: 1.25rem;
}

.post-content ul,
.post-content ol {
    margin: 0 0 1.25rem;
    padding-left: 1.5rem;
}

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

.post-content ol {
    list-style-type: decimal;
}

.post-content li {
    margin-bottom: 0.5rem;
}

.post-content__featured-image {
    margin: 0 0 2rem;
}

.post-content__featured-image img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .post-content h2 {
        font-size: 1.625rem;
    }

    .post-content h3 {
        font-size: 1.375rem;
    }

    .post-content h4 {
        font-size: 1.125rem;
    }
}
