.headline>* {
    font-size: var(--font24);
}

.post-content {
    text-align: justify;
}

.post-content img {
    max-width: 340px;
    width: 100%;
    padding: 3px;
    border: 1px solid #d7b985;
    margin-bottom: 10px;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    font-size: var(--font22);
    font-weight: var(--fw500);
}

@media (min-width: 1024px) {
    .post-content img {
        float: left;
        margin-right: 20px;
    }
}