
 .fb30{position:relative;max-width:760px;margin:0 auto}
 .fb30::before{content:'';position:absolute;left:23px;top:26px;bottom:26px;width:2px;background:linear-gradient(180deg,#dfe5ef,#eef2f7)}
 .fb30-item{display:flex;gap:18px;align-items:flex-start;position:relative;padding-bottom:14px}
 .fb30-item:last-child{padding-bottom:0}
 .fb30-ic{flex:0 0 48px;width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#22388d,#0f1e4b);color:#fff;display:grid;place-items:center;box-shadow:0 8px 18px -9px rgba(34,56,141,.55);position:relative;z-index:1}
 .fb30-ic svg{width:22px;height:22px}
 .fb30-card{flex:1;background:#fff;border:1px solid #ecf0f6;border-radius:14px;padding:16px 20px;transition:box-shadow .2s ease,border-color .2s ease}
 .fb30-item:hover .fb30-card{box-shadow:0 16px 32px -18px rgba(16,28,70,.20);border-color:#dce3f1}
 .fb30-card h3{font-family:'Source Serif 4',serif;font-size:16px;font-weight:600;color:#101c46;margin:0 0 5px;letter-spacing:-.005em}
 .fb30-card p{margin:0;font-size:13.5px;line-height:1.58;color:#5a6280}
 @media(max-width:600px){.fb30-ic{flex-basis:42px;width:42px;height:42px}.fb30::before{left:20px}}
 