.foe-cards{background:var(--sec-bg,#f4f7fc);padding:30px 0 104px}.foe-cards__wrap{margin:0 auto;max-width:1140px;padding:0 48px}.foe-cards__head{margin-bottom:42px;text-align:center}.foe-cards__eyebrow{color:var(--color-sky);display:block;margin-bottom:12px}.foe-cards__heading{color:var(--sec-head,#272b64);font-size:clamp(1.5rem,2.8vw,2rem);font-weight:800}.foe-cards__grid{display:grid;gap:22px;grid-template-columns:repeat(4,1fr)}.foe-card{background:#fff;border:1px solid #e3e9f3;border-radius:18px;box-shadow:0 10px 30px rgba(39,43,100,.06);padding:30px 26px 32px;transition:transform .22s ease,box-shadow .22s ease}.foe-card:hover{box-shadow:0 20px 44px rgba(39,43,100,.14);transform:translateY(-6px)}.foe-card__ic{background:linear-gradient(135deg,#00bdf2,#7fe0fa);border-radius:14px;display:grid;height:54px;margin-bottom:20px;place-items:center;width:54px}.foe-card__ic svg{fill:#fff;height:26px;width:26px}.foe-card__ic .icon{display:grid;place-items:center}.foe-card__title{color:#272b64;font-size:1.16rem;font-weight:800;line-height:1.25;margin:0 0 10px}.foe-card__text{color:#5a6079;font-size:.96rem;line-height:1.55;margin:0}@media(max-width:880px){.foe-cards{padding:20px 0 72px}.foe-cards__wrap{padding:0 28px}.foe-cards__grid{grid-template-columns:1fr 1fr}}@media(max-width:540px){.foe-cards__grid{grid-template-columns:1fr}}