.blog .blog-post-list{column-count:unset;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.blog .blog-post-list article{display:flex;margin-bottom:0}.blog .blog-post-list article img{width:100%}.blog .blog-post-list article a{display:flex;flex:1;flex-direction:column;height:100%}.blog .blog-post-list article .post-header{display:flex;flex:1;flex-direction:column}.blog .blog-post-list article .post-header>p:last-child{margin-top:auto}@media (max-width:1024px){.blog .blog-post-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.blog .blog-post-list{grid-template-columns:repeat(1,1fr)}}