.mcni-blog-list{padding:168px 0 88px;background:var(--brand-bg-alt)}.mcni-blog-heading{max-width:760px;margin:0 auto 38px;text-align:center}.mcni-blog-heading h1{margin:0 0 12px;color:var(--brand-text);font-size:max(2rem, min(4vw, 3.5rem));line-height:1.1}.mcni-blog-heading p:not(.mcni-kicker){margin:0;color:var(--brand-text)}.mcni-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.mcni-blog-card{overflow:hidden;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;box-shadow:0 16px 34px rgba(34,43,39,.08)}.mcni-blog-card img{width:100%;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.mcni-blog-card__body{padding:22px}.mcni-blog-date{color:var(--brand-primary-dark);font-weight:800;font-size:.9rem}.mcni-blog-card h2{margin:10px 0;font-size:1.22rem;line-height:1.3}.mcni-blog-card h2 a,.mcni-blog-card p{color:var(--brand-text)}.mcni-blog-card__foot{display:flex;justify-content:space-between;gap:16px;font-size:.92rem;font-weight:800}.mcni-pagination{margin-top:42px}.mcni-pagination .page-link{color:var(--brand-primary-dark)}.mcni-pagination .active .page-link{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff}@media (max-width:991px){.mcni-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.mcni-blog-grid{grid-template-columns:1fr}}