.block-posts .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.block-posts .btn-wrapper{
    justify-content: center;
}

.block-posts .posts .post-thumb{
    min-width: 100%;
    max-width: 100%;
    height: auto;
}

@media (max-width:991px) {
    .block-posts .content-wrapper {
        gap: 32px;
    }

}