.problem-section{background:#f6f5f0;padding:72px 5%;text-align:center}.problem-section__inner{margin:0 auto;max-width:1100px}.problem-section__header{margin-bottom:48px}.problem-section__eyebrow{background:rgba(48,148,237,.1);border-radius:100px;color:#3094ed;display:inline-block;font-family:Lato,sans-serif;font-size:11px;font-weight:700;letter-spacing:1.2px;margin-bottom:14px;padding:4px 14px;text-transform:uppercase}.problem-section__heading{color:#0d1b2e;font-family:Sora,sans-serif;font-size:34px;font-weight:700;letter-spacing:-.3px;line-height:1.2;margin-bottom:12px}.problem-section__sub{color:#5a6a7a;font-family:Lato,sans-serif;font-size:17px;line-height:1.7;margin:0 auto;max-width:700px;padding:0}.problem-section__grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.problem-card{background:#fff;border:1px solid #dde4ea;border-radius:12px;padding:28px 24px;text-align:left;transition:box-shadow .2s ease,transform .2s ease}.problem-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.08);transform:translateY(-2px)}.problem-card__icon{align-items:center;background:rgba(48,148,237,.1);border-radius:10px;display:flex;height:44px;justify-content:center;margin-bottom:16px;padding:10px;width:44px}.problem-card__icon img{height:100%;object-fit:contain;width:100%}.problem-card__label{color:#3094ed;font-family:Lato,sans-serif;font-size:11px;font-weight:700;letter-spacing:1.2px;margin:0 0 8px;padding:0;text-transform:uppercase}.problem-card__title{color:#0d1b2e;font-family:Sora,sans-serif;font-size:16px;font-weight:700;line-height:1.3;margin-bottom:8px}.problem-card__body{color:#5a6a7a;font-family:Lato,sans-serif;font-size:14px;line-height:1.65;margin:0;padding:0}@media (max-width:992px){.problem-section__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.problem-section{padding:48px 20px}.problem-section__grid{grid-template-columns:1fr}.problem-section__heading{font-size:26px}}