.blog-recent{display:flex;flex-wrap:wrap;gap:24px;margin:20px 0 0}.blog-recent img{height:240px;max-width:100%;object-fit:cover;object-position:center;width:100%}.blog-recent .post{background:#f8f8f7;display:flex;flex:0 0 calc(25% - 18px);flex-direction:column;gap:16px;position:relative}.blog-recent .post .link-wrapper{content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.blog-recent .post :is(h4,p){margin-bottom:0}.blog-recent .post h4{padding:0 16px}.blog-recent .post .tag{font-size:14px;margin-bottom:-8px;opacity:.65;padding:0 16px}.blog-recent .post p{padding:0 16px 16px}@media(max-width:1080px){.blog-recent{gap:16px}.blog-recent .post{flex:0 0 calc(50% - 8px)}.blog-recent img{height:140px}}