}.blog-posts { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 20px; } .blog-posts .post-outer { flex: 1 1 calc(25% - 20px); max-width: calc(25% - 20px); box-sizing: border-box; } .blog-posts .post-outer .post-body img { width: 100%; height: auto; } .blog-posts .post-outer .post-body .sora-cart { display: block !important; } .blog-posts .post-outer .post-body * { display: block !important; } -->