.fcg-section{padding:64px 0}.fcg-grid{display:grid;gap:24px;width:100%}.fcg-cols-2{grid-template-columns:repeat(2,1fr)}.fcg-cols-3{grid-template-columns:repeat(3,1fr)}.fcg-cols-4{grid-template-columns:repeat(4,1fr)}.fcg-card{border-radius:20px;flex-direction:column;padding:40px 32px 36px;text-align:center}.fcg-card,.fcg-icon-wrap{align-items:center;display:flex}.fcg-icon-wrap{flex-shrink:0;height:160px;justify-content:center;margin-bottom:28px;width:160px}.fcg-icon{height:100%;object-fit:contain;width:100%}.fcg-text{display:flex;flex-direction:column;gap:10px}.fcg-title{font-size:1.125rem;font-weight:700;line-height:1.3;margin:0}.fcg-body{font-size:.9375rem;line-height:1.6;margin:0}.fcg-body p{margin:0}@media (max-width:900px){.fcg-cols-3,.fcg-cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.fcg-grid{grid-template-columns:1fr!important}.fcg-card{padding:32px 24px}}