.posts.recent-posts{display:grid;gap:40px 30px;grid-template-columns:2fr 1fr}@media screen and (min-width:992px){.recent-posts .posts__item:first-child{grid-row-end:3;grid-row-start:1}.recent-posts .posts__item:first-child .posts__img{border-radius:20px;height:-webkit-fill-available;min-height:160px}}@media screen and (max-width:992px) and (min-width:500px){.posts.recent-posts{grid-template-columns:1fr 1fr}.recent-posts .posts__item:first-child{grid-column-end:3;grid-column-start:1}}@media screen and (max-width:500px){.posts.recent-posts{grid-template-columns:1fr}}