.afx .af-eat{position:relative;padding:30px 32px;display:flex;flex-wrap:wrap;gap:42px 60px;align-items:center;justify-content:center}.afx .af-eat-cap{position:relative;z-index:1;flex:1 1 280px;max-width:380px}.afx .af-eat-cap h2{font-size:clamp(26px,3vw,38px);line-height:1.1;margin-bottom:14px}.afx .af-eat-cap p{font-size:15.5px;color:var(--mut);line-height:1.7;margin-bottom:18px}.afx .af-feats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.afx .af-feat{border:1px solid var(--line);border-radius:18px;padding:26px 24px;background:#fff;transition:transform .25s,box-shadow .25s,border-color .25s}.afx .af-feat:hover{transform:translateY(-4px);box-shadow:0 22px 46px -26px rgba(13,23,46,.2);border-color:#d9d6ee}.afx .af-feat .fic{width:42px;height:42px;border-radius:11px;background:var(--lilac);border:1px solid #e1ddfb;color:var(--brand);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.afx .af-feat h3{font-family:"Inter",sans-serif;font-weight:600;font-size:16.5px;margin-bottom:9px;line-height:1.3}.afx .af-feat p{font-size:14px;color:var(--mut);line-height:1.7}@media (max-width:960px){.afx .af-eat{flex-direction:column;gap:52px}}