.cardgrid{padding:92px 0}.pbx.cardgrid.bg-soft{background:linear-gradient(135deg,#fcfcfc,#f4f7ff)}.cardgrid-cards{display:grid;gap:22px;margin-top:48px}.cardgrid-cards.cols-3{grid-template-columns:repeat(3,1fr)}.cardgrid-cards.cols-4{grid-template-columns:repeat(4,1fr)}.cardgrid .fcard{background:#fff;border:1px solid var(--n200);border-radius:12px;padding:30px}.cardgrid .ic-tile{align-items:center;background:var(--blue-100);border-radius:11px;color:var(--blue);display:flex;height:46px;justify-content:center;margin-bottom:18px;width:46px}.cardgrid .ic-tile .ic{height:24px;width:24px}.pbx.cardgrid .fcard h4{color:var(--black);font-size:19px;font-weight:600;margin-bottom:8px}.pbx.cardgrid .fcard p{color:var(--n600);font-size:15px;line-height:1.5;margin:0}.cardgrid-cards.cols-4{gap:18px}.cardgrid-cards.cols-4 .fcard{padding:26px}.cardgrid-cards.cols-4 .ic-tile{background:none;border-radius:0;height:auto;justify-content:flex-start;margin-bottom:14px;width:auto}.cardgrid-cards.cols-4 .ic-tile .ic{height:30px;width:30px}.pbx .cardgrid-cards.cols-4 .fcard h4{font-size:17px}.cardgrid-cards.cols-4 .fcard p{font-size:14px}@media(max-width:820px){.cardgrid-cards.cols-3,.cardgrid-cards.cols-4{grid-template-columns:1fr}}