.mod-cards-grid{color:#111222;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;padding:40px 0}.mod-cards-grid__container{margin-inline:auto;width:var(--container-w)}.mod-cards-grid__title{color:#111222;font-size:clamp(1.5rem,2vw + .5rem,2.5rem);font-weight:900;letter-spacing:.05em;line-height:1.1;margin:0 0 12px;text-align:center;text-transform:uppercase}.mod-cards-grid__desc{line-height:1.6;margin:0 auto 28px;max-width:80ch;text-align:center}.mod-cards-grid__grid{display:grid;gap:var(--gap);grid-template-columns:repeat(var(--cols-desktop),1fr)}@media (max-width:1024px){.mod-cards-grid__grid{grid-template-columns:repeat(var(--cols-tablet),1fr)}}@media (max-width:768px){.mod-cards-grid__grid{grid-template-columns:repeat(var(--cols-mobile),1fr)}}.mod-card{background:var(--card-bg,#ff5515);border-radius:var(--radius);box-shadow:0 8px 20px rgba(17,18,34,.08);color:var(--card-text,#fff);display:grid;grid-template-rows:auto 1fr;min-height:100%;overflow:hidden}.mod-card__media{aspect-ratio:var(--ar-w) /var(--ar-h);display:block;overflow:hidden;width:100%}.mod-card__media img{display:block;height:100%;object-fit:cover;width:100%}.mod-card__body{display:flex;flex-direction:column;gap:10px;justify-content:var(--valign,start);padding:var(--pad)}.mod-card__title{color:currentColor;font-size:clamp(18px,.8vw + .7rem,28);font-weight:900;letter-spacing:.04em;line-height:1.2;margin:0 0 6px;text-align:center;text-transform:uppercase}.mod-card__text{color:currentColor;font-size:clamp(14px,.8vw + .7rem,17px);line-height:1.4;text-align:justify}.mod-card :where(a,button):focus-visible{border-radius:8px;outline:2px solid #fff;outline-offset:2px}.mod-cards-grid+.mod-cards-grid{margin-top:40px}