.h-resources{display:grid;gap:32px;grid-template-columns:1fr}.h-resources__heading{margin-bottom:10px;scroll-margin-top:170px}.h-resources__description{margin-bottom:24px;max-width:32ch}.h-resources-heading-wrapper .btn--link{font-weight:400}.h-resource{align-items:center;background:var(--white-base);border:1px solid var(--gray-base);border-radius:2px;display:flex;flex-direction:column;gap:21px;height:100%;padding:12px;position:relative;width:100%}.h-resource:hover{border-color:var(--primary-base)}.h-resource__img{flex-shrink:0;height:200px;object-fit:cover;width:100%}.h-resource__body{display:flex;flex-direction:column;flex-grow:1;gap:12px;height:100%;justify-content:space-between}.h-resource__tag{background:var(--primary-100);color:var(--primary-base);display:inline-block;font-size:13px;font-weight:700;line-height:1.4;margin-bottom:12px;padding:4px 12px}.h-resource__tag--desktop{display:none}.h-resource__footer{align-items:center;display:flex;justify-content:flex-end}.h-resource__footer:has(.h-resource__tag--mobile){justify-content:space-between}.h-resource svg{fill:var(--gray-800)}.h-resource__title{font-size:1.2222rem;margin-bottom:8px;text-wrap:wrap}.h-resource__description{font-size:.8889rem;margin-bottom:0}.h-resource--featured{display:grid;gap:0;grid-template-columns:1fr;padding:12px}.h-resource--featured .h-resource__body{padding:24px 0 0}.h-resource--featured .h-resource__tag,.h-resource__tag--mobile{margin-bottom:0}.h-resource--featured .h-resource__title{margin-bottom:12px}.h-resource--featured .h-resource__footer{justify-content:space-between}.h-resource-container{display:grid;gap:32px;grid-template-columns:1fr}.h-resource-container .hover-shadow{height:100%;width:100%}@media (min-width:640px){.h-resource-container{grid-template-columns:repeat(2,1fr)}.h-resource{padding:21px}.h-resource__img{height:227px}.h-resource__footer:has(.h-resource__tag--mobile){justify-content:flex-end}.h-resource__tag--desktop{display:inline-block}.h-resource__tag--mobile{display:none}.h-resource--featured{grid-template-columns:repeat(2,1fr)}.h-resource--featured .h-resource__body{padding:24px 32px}.h-resource--featured .h-resource__img{height:280px}}@media (min-width:1024px){.h-resources{grid-template-columns:repeat(3,1fr)}.h-resources--featured-wrapper{grid-column:2/4}.h-resource-container{grid-column:1/4;grid-template-columns:repeat(3,1fr)}}