.latest-posts-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,190px));grid-gap:.5rem;gap:.5rem;justify-content:space-evenly}.latest-posts-list img{aspect-ratio:4/3;margin-bottom:1rem;-o-object-fit:cover;object-fit:cover;width:100%}.latest-posts-list figcaption{display:block;line-height:1.125;text-align:center;width:100%}