.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;line-height:21px;margin-top:40px;padding:25px}.problem-section .callout p{font-weight:500;margin-bottom:0!important}.problem-section .problem-grid{display:flex;flex-direction:column;gap:20px}.problem-section .card{align-items:center;background:#f8fafc;border-radius:8px;border-top:5px solid #034591;box-shadow:0 4px 6px rgba(0,0,0,.05);display:flex;gap:15px;padding:25px;transition:transform .2s}.problem-section .card img{width:52px}.problem-section .card h4{color:#111;font-size:1.1rem;font-weight:700;margin:0 0 5px}.problem-section .card p{font-size:15px;line-height:1.5;margin:0}.problem-section .inner-cards{display:grid;gap:30px;grid-template-columns:1fr 1fr}@media (max-width:768px){.inner-cards{grid-template-columns:1fr}}.problem-section .inner-cards .small-card{border:1px solid transparent;border-radius:12px;padding:20px;transition:transform .2s}.problem-section .inner-cards .small-card p{font-size:14px;line-height:26px;margin:0}.problem-section .inner-cards .card-title{display:block;font-size:15px;font-weight:700;margin-bottom:10px;text-transform:uppercase}.problem-section .inner-cards .precon-title{color:#fd9402}.problem-section .inner-cards .it-title{color:#034591}.problem-section .inner-cards .card-body{font-size:15px;line-height:18px}@media (max-width:767px){.problem-section .problem-container{grid-template-columns:1fr}}