.grid-posts16 {
    /* flex-direction: column; */
}

.grid-posts16 .post-box {
    width: 100%;
    float: none;
}

.grid-posts16 .post-box.main-post {
    background-position: center;
    background-size: cover;
    /* display: flex; */
    /* flex-direction: column;
    justify-content: end;
    align-items: center; */
    /* padding: 20px; */
    /* color: #FFFFFF; */
    /* height: 300px; */
    /* margin-bottom: 20px; */
}

.grid-posts16 .post-box.main-post .post-meta {
    /* display: flex; */
}

.grid-posts16 .post-box.main-post .post-meta .post-author::after {
    content: "|";
    padding: 0 5px 0 10px;
}

.grid-posts16 .post-box.other-post {
    /* margin-bottom: 10px; */
}

.grid-posts16 .post-box.other-post .img-container {
    /* width: 30%; */
}

.grid-posts16 .post-box.other-post .post-content {
    /* width: 80%; */
    /* padding-right: 10px; */
}

.grid-posts16 .post-box.other-post .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-posts16 .post-box.main-post,
.grid-posts16 .post-box.other-post .img-container img {
    /* border-radius: 10px; */
}