.as-resources__head{align-items:baseline;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:32px}.as-resources__head h2{font-size:clamp(21px,2.5vw,28px)}.as-resources{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(min(100%,272px),1fr))}.as-resource-card{background:#fff;border:1px solid var(--as-border-light);border-radius:var(--as-radius);color:inherit;display:block;overflow:hidden;transition:border-color .16s ease}.as-resource-card:hover{border-color:var(--as-blue);color:inherit}.as-resource-card__media{aspect-ratio:16/9;background:var(--as-tint);overflow:hidden}.as-resource-card__media img{height:100%;object-fit:cover;width:100%}.as-resource-card__body{padding:22px 24px 26px}.as-resource-card__meta{color:var(--as-muted);font-size:10.5px;letter-spacing:.14em;margin-bottom:12px;text-transform:uppercase}.as-resource-card h3{font-size:16.5px;line-height:1.45;margin-bottom:10px}.as-resource-card p{color:var(--as-body);font-size:13.5px;line-height:1.7;margin:0}