.utop-blog-head{padding:160px 0 80px;background:var(--brand-bg-alt);text-align:center}.utop-blog-head span{color:var(--brand-primary-dark);font-weight:800;text-transform:uppercase}.utop-blog-head p{max-width:760px;margin:0 auto}.utop-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.utop-blog-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:#fff;box-shadow:var(--shadow-card)}.utop-blog-thumb img{width:100%;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.utop-blog-card__body{padding:22px}.utop-blog-card__body span{color:var(--brand-primary-dark);font-weight:800;text-transform:uppercase;font-size:.78rem}.utop-blog-meta{display:flex;flex-wrap:wrap;gap:12px;color:var(--brand-text);font-size:.9rem}.utop-pagination{margin-top:40px}.page-link{color:var(--brand-primary-dark)}.page-item.active .page-link{background:var(--brand-primary);border-color:var(--brand-primary)}@media (max-width:991px){.utop-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.utop-blog-grid{grid-template-columns:1fr}}