.posts-list-wrapper .posts-list{display:flex;gap:20px;justify-content:space-between}.posts-list .post-square{width:33.33333%}.posts-list .post-square img{border-radius:16px;display:block;height:368px;object-fit:cover;width:100%}.posts-list .post-square .post-link{display:flex;flex-direction:column;gap:16px}.posts-list .post-square .post-title{align-items:flex-start;display:flex;font-size:18px;font-weight:600;gap:16px;justify-content:space-between;line-height:1.5;margin-bottom:4px}.posts-list .post-square .post-excerpt{font-size:16px;font-weight:400;line-height:1.5;margin-bottom:0}@media(max-width:991px){.posts-list-wrapper .posts-list{flex-direction:column;margin:0 auto;max-width:700px}.posts-list .post-square{width:100%}}