.itm-grid{--red:#d32027;--navy:#1a3a5c;--muted:#5a6470;--border:#e3e6eb;padding:64px 24px}.itm-grid .in{margin:0 auto;max-width:1100px}.itm-grid .hd{margin-bottom:44px;text-align:center}.itm-grid .hd h2{color:var(--navy);margin:0 0 12px}.itm-grid .hd p{color:var(--muted);margin:0 auto;max-width:720px}.itm-grid .cards{display:grid;gap:18px;grid-template-columns:repeat(4,1fr)}.itm-grid .c{background:#fff;border:1px solid var(--border);border-radius:4px;padding:26px 18px;text-align:center;transition:.15s}.itm-grid .c:hover{box-shadow:0 6px 20px rgba(15,36,56,.08);transform:translateY(-3px)}.itm-grid .ico{align-items:center;background:rgba(211,32,39,.08);border-radius:50%;display:flex;height:64px;justify-content:center;margin:0 auto 14px;width:64px}.itm-grid .ico img{display:block;height:36px;object-fit:contain;width:36px}.itm-grid .c h4{color:var(--navy);font-size:1.05rem;font-weight:700;line-height:1.3;margin:0}@media(max-width:780px){.itm-grid .cards{grid-template-columns:repeat(2,1fr)}}