.resource-card,.resource-cards{display:flex;flex-direction:column;gap:1.5rem}.resource-card{background:#fff;border:1px solid #dde6ee;border-radius:.75rem;padding:1.5rem}.resource-card__image{aspect-ratio:2/1.25;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:.5rem;padding:1rem;width:100%}.resource-card__image-overlay{align-items:center;display:flex;gap:.5rem;justify-content:flex-end}.resource-card__content-type{background:#fff;border:1px solid #dde6ee;border-radius:.25rem;color:#596168;font-size:.75rem;padding:.375rem .75rem}.resource-card__body{display:flex;flex-direction:column;flex-wrap:nowrap;height:100%;justify-content:space-between}.resource-card__headline{font-size:1.25rem;font-weight:700;line-height:1.2;margin-bottom:1rem;min-height:72px}@media screen and (min-width:768px){.resource-cards{flex-direction:row;flex-wrap:wrap;gap:2rem}.resource-card{flex:0 1 calc(50% - 1.25rem);max-width:calc(50% - 1.25rem)}}@media screen and (min-width:1024px){.resource-cards{gap:2.5rem}.resource-card{flex:0 1 calc(33.3333% - 1.6667rem);max-width:calc(33.3333% - 1.6667rem)}}