.press-releases--container{display:flex;flex-direction:column;gap:var(--row-gap-medium)}.press-releases--wrapper{display:grid;gap:var(--row-gap-medium) var(--gap-xsmall);grid-template-columns:repeat(3,minmax(250px,1fr))}.press-releases__heading{display:flex;flex-direction:column;max-width:76.7rem}.press-releases h2{margin-bottom:0}.press-releases h3{margin-bottom:var(--whitespace-s)}.press-releases img{aspect-ratio:3/2;border-radius:var(--border-radius);margin-bottom:var(--whitespace);max-width:100%;object-fit:cover;width:100%}.press-releases .date{display:block;margin-bottom:var(--whitespace-s)}@media screen and (max-width:767px){.press-releases__heading{flex-direction:column}.press-releases h2{margin-bottom:var(--whitespace)}.press-releases--wrapper{grid-template-columns:1fr}}