.problem-section{display:flex;justify-content:center;padding:80px 20px;text-align:left}.problem-section .problem-container h2 span{color:#fd9402}.problem-section .problem-container{display:grid;gap:60px;grid-template-columns:1fr 1fr;max-width:1200px}.problem-section .problem-text p{font-size:17px;margin-bottom:21px}.problem-section .problem-text .pre-heading{color:#034591;font-size:16px;font-weight:700;letter-spacing:1px;line-height:26px;margin:0 0 7px;opacity:1;text-transform:uppercase}.problem-section .problem-text p{line-height:26px}.problem-section .callout{background:#e2e8f0;border-left:6px solid #fd9402;border-radius:8px;color:#334155;font-weight:500;font-weight:300;line-height:21px;margin-top:40px;padding:25px}.problem-section .problem-grid{display:flex;flex-direction:column;gap:20px}.problem-section .card{background:#f8fafc;border-radius:8px;border-top:5px solid #034591;box-shadow:0 4px 6px rgba(0,0,0,.05);padding:25px;transition:transform .2s}.problem-section .card h4{color:#111;font-size:1.1rem;font-weight:700;margin:0 0 10px}.problem-section .card p{font-size:15px;line-height:1.5;margin:0}