.coll-grid{background:#fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;padding:32px 0 48px}.coll-grid-rows{display:grid;gap:36px 55px;grid-template-columns:repeat(3,1fr)}.coll-card{display:flex;flex-direction:column}.coll-media{align-items:center;background:#f5f7f8;display:flex;justify-content:center;margin:0 0 12px;overflow:hidden}.coll-title{font-size:2.125rem;font-weight:700;line-height:1.3;margin:2px 0 6px}.coll-title a{color:#0a6ba8;font-weight:800;text-decoration:underline!important}.coll-title a:hover{color:#0a6ba8;text-decoration:none!important}.coll-desc{color:#262e33;font-size:1.125rem;line-height:1.6;margin:0}.coll-links{column-count:2;column-gap:16px;list-style:none;margin:10px 0 0;padding:0}.coll-links li{break-inside:avoid;margin-bottom:4px}.coll-links a{color:#0a6ba8;font-size:.95rem;text-decoration:underline}.coll-links a:hover{color:#084f7b}@media (max-width:1024px){.coll-grid-rows{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.coll-grid-rows{grid-template-columns:1fr}.coll-media{height:160px}}