@media screen and (max-width: 991px) and (min-width: 320px) {
    .container .blog-post-list {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
}
