.resource-cards__header{display:grid;grid-gap:2rem;margin-bottom:4rem}.resource-cards__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.resource-cards__cards{display:grid;grid-gap:var(--gap)}.resource-cards__card{position:relative;background-color:var(--white);-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);border-radius:var(--border-radius);overflow:hidden}.resource-cards__image{display:block;width:100%;aspect-ratio:8/5;-o-object-fit:cover;object-fit:cover}.resource-cards__details{padding:2rem}.resource-cards__sub-title{margin-bottom:2rem;font-family:var(--secondary-font-family);font-size:1.7rem;font-weight:700}.resource-cards__title a{color:var(--base-color)}@media (min-width:992px){.resource-cards__header{grid-template-columns:46rem 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8rem}.resource-cards__cards{grid-template-columns:repeat(3,1fr)}.resource-cards__buttons{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.resource-cards__details{padding:4rem}}