.blog-grid-page{padding:176px 0 88px;background:var(--brand-bg-alt)}.blog-heading{max-width:760px;margin:0 auto 42px;text-align:center}.blog-heading h1{margin:0 0 16px;color:var(--brand-text);font-size:max(2rem, min(4vw, 3.5rem));line-height:1.1}.blog-heading p{margin:0;color:var(--brand-text)}.blog-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.blog-card{border:1px solid var(--brand-border);background:var(--brand-bg)}.blog-card__image img{width:100%;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.blog-card__body{padding:22px}.blog-category{display:inline-block;margin-bottom:10px;color:var(--brand-primary-dark);font-weight:800}.blog-card h2{margin:0 0 12px;font-size:1.2rem;line-height:1.25}.blog-card h2 a,.blog-card p,.blog-card__meta{color:var(--brand-text)}.blog-card p{margin:0 0 18px}.blog-card__meta{display:flex;justify-content:space-between;gap:12px;font-weight:700}.blog-pagination{margin-top:42px}.blog-pagination .page-link{color:var(--brand-primary-dark)}.blog-pagination .active .page-link{background:var(--brand-primary-dark);border-color:var(--brand-primary-dark);color:var(--brand-text-inverse)}@media (max-width:991px){.blog-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.blog-card-grid{grid-template-columns:1fr}}