.perf-grid{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.perf-col{display:flex;flex-direction:column;justify-content:center}.perf-col h2{color:#111;font-size:48px;line-height:120%;margin-bottom:10px}.perf-col h2,p.perf-sub{font-family:Ubuntu;font-weight:400}p.perf-sub{font-size:14px;letter-spacing:0;line-height:40px}.perf-col p{color:#555;font-family:Cabin;font-size:18px;font-weight:400;margin-bottom:0}.perf-card{background:#fff;border:1px solid #104ad440;border-radius:8px;padding:20px}.perf-card h3{color:#07124a;font-family:Ubuntu;font-size:24px;font-weight:400;margin-bottom:10px}.perf-card p{color:#4e4e4e;font-family:Cabin;font-size:16px;font-weight:400}@media (max-width:768px){.perf-grid{grid-template-columns:1fr}.perf-col h2{font-size:32px}}