.latest-news__heading-wrapper{align-items:end;column-gap:var(--column-gap);display:grid;grid-template-columns:repeat(2,minmax(250px,1fr));margin-bottom:var(--row-gap)}.latest-news__heading h2{margin-bottom:0}.latest-news__button{justify-self:end}.latest-news__post-wrapper{display:grid;gap:var(--row-gap) var(--column-gap-s);grid-template-columns:repeat(3,minmax(250px,1fr))}.latest-news__post-wrapper img{aspect-ratio:3/2;border-radius:var(--border-radius);margin-bottom:var(--whitespace);max-width:100%;object-fit:cover;width:100%}.latest-news__post h3 a{transition:var(--transition)}.latest-news__post h3 a:hover{text-decoration:underline}@media screen and (max-width:767px){.latest-news__heading h2{margin-bottom:var(--whitespace)}.latest-news__heading-wrapper,.latest-news__post-wrapper{grid-template-columns:1fr}.latest-news__button{justify-self:start}}