.post-date {
    font-size: clamp(0.875rem, 0.705rem + 0.682vw, 1.25rem);
    text-align: end;
}
.post-content {
    gap: clamp(1.875rem, 1.023rem + 3.409vw, 3.75rem);
    font-size: clamp(0.875rem, 0.761rem + 0.455vw, 1.125rem);
    line-height: 1.5em;

    & ul {
        padding-left: 15px;
        & li {
            list-style: disc;
        }
    }
}
.post-image {
    border-radius: 10px;
}

@media(max-width:992px) {
    .post-date {
        margin-bottom: 20px;
    }
}
@media(min-width:992px) {
    .heading--section-wrap {align-items: center;}
    .post-date {
        order: 1;
    }
}