.blog-featured-section{padding-top:120px;background:#fff}.blog-page-heading{max-width:780px;margin-bottom:42px}.featured-blog-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:36px;gap:36px;align-items:center;padding:36px;border-radius:var(--brand-radius);background:var(--brand-bg-alt)}.featured-blog-image img{width:100%;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius)}.blog-category{display:inline-flex;margin-bottom:12px;color:var(--brand-primary);font-weight:900;text-transform:uppercase;font-size:.76rem}.blog-meta{color:var(--brand-neutral-mid);font-size:.92rem;margin-bottom:18px}.blog-list-section{background:#fff}.blog-list-item{padding:28px 0;border-bottom:1px solid var(--brand-border)}.read-link{font-weight:800}.recent-widget{padding:24px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg-alt)}.recent-widget h2{font-size:1.2rem}.recent-widget ul{list-style:none;padding:0;margin:0}.recent-widget li{padding:12px 0;border-bottom:1px solid var(--brand-border)}.recent-widget li:last-child{border-bottom:0}.recent-widget span{display:block;color:var(--brand-neutral-mid);font-size:.8rem}@media (max-width:991.98px){.featured-blog-card{grid-template-columns:1fr;padding:24px}}