.blog-recent-posts{column-gap:3rem;row-gap:1.5rem}.blog-recent-posts__post-image{height:100%;max-height:256px;object-fit:cover;object-position:center;width:100%}.blog-recent-posts__post-footer{align-self:end}@media screen and (max-width:959px){.blog-recent-posts__post:nth-child(2){padding:1rem}}@media screen and (min-width:960px){.blog-recent-posts{grid-template-columns:1fr 2fr 1fr;row-gap:3rem}.blog-recent-posts__post:first-child{grid-column:1;grid-row:1/3}.blog-recent-posts__post:nth-child(2){grid-column:2;grid-row:1/3}.blog-recent-posts__post:nth-child(3){grid-column:3;grid-row:1}.blog-recent-posts__post:nth-child(4){grid-column:3;grid-row:2}}