.resource-cards__header{display:grid;grid-gap:var(--gap);margin-bottom:4rem}.resource-cards__heading{margin-bottom:0}.resource-cards__cards{display:grid;grid-gap:var(--gap-md)}.resource-cards__image{display:block;overflow:hidden}.resource-cards__image>img{aspect-ratio:3/2;display:block;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .2s ease;transition:all .2s ease;width:100%}.resource-cards__image:hover>img{-webkit-transform:scale(1.05);transform:scale(1.05)}.resource-cards__details{margin-top:2rem}.resource-cards__sub-title{color:var(--dark-gray)}.resource-cards__title a{color:var(--base-color);text-decoration:none}.resource-cards__title a:active,.resource-cards__title a:focus,.resource-cards__title a:hover{color:var(--primary-color)}.resource-cards__button,.resource-cards__button-wrap{text-align:center}.resource-cards__button--header{display:none}@media (min-width:768px){.resource-cards__header{grid-template-columns:1fr auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:6rem}.resource-cards__cards--2{grid-template-columns:repeat(2,minmax(0,1fr))}.resource-cards__cards--3{grid-template-columns:repeat(3,minmax(0,1fr))}.resource-cards__cards--2 .resource-cards__image>img{aspect-ratio:2/1}.resource-cards__button{display:none}.resource-cards__button--header{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}}