.blog-hero{padding-top:120px;border-bottom:1px solid var(--brand-border)}.blog-hero p{max-width:740px;font-size:18px}.blog-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:32px;gap:32px}.blog-card{border-bottom:1px solid var(--brand-border);padding-bottom:26px}.blog-image img{width:100%;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt);border-radius:var(--brand-radius);margin-bottom:20px}.blog-card h2{font-size:max(22px, min(2.2vw, 31px))}.blog-card h2 a,.related-card h3 a{color:var(--brand-text);-webkit-text-decoration:none;text-decoration:none}.blog-card h2 a:hover,.related-card h3 a:hover{color:var(--brand-primary);-webkit-text-decoration:underline;text-decoration:underline}.blog-label{display:inline-block;color:var(--brand-secondary);font-size:12px;font-weight:700;margin-bottom:10px}.blog-meta{display:flex;justify-content:space-between;gap:16px;color:var(--brand-text-secondary);font-size:13px;border-top:1px solid var(--brand-border);padding-top:14px;margin-top:18px}.blog-pagination{margin-top:52px}