.resources-news__wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:var(--row-gap)}.resources-news__posts{display:grid;gap:var(--row-gap) var(--column-gap);grid-template-columns:repeat(3,minmax(250px,1fr))}.resources-news__post{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.resources-news__post img{aspect-ratio:3/2;border-radius:var(--border-radius);margin-bottom:var(--whitespace);max-width:100%;object-fit:cover;width:100%}.resources-news__post svg{margin-left:.8rem}@media screen and (max-width:767px){.resources-news__posts{grid-template-columns:1fr}}