.problem-cards__header{margin-bottom:80px;max-width:640px}.problem-cards__heading{margin-bottom:10px}.problem-cards__grid{align-items:stretch;display:grid;gap:20px;grid-template-columns:1fr 1fr}.problem-cards__left-panel{background-color:var(--gray-100,#f1f4f8);border-radius:10px;display:flex;flex-direction:column;justify-content:space-between;min-height:400px;padding:30px}.problem-cards__left-value-wrapper{align-items:baseline;display:flex;gap:8px;margin-top:40px}.problem-cards__left-unit{color:var(--text-muted);font-size:14px}.problem-cards__right-panel{display:flex;flex-direction:column;gap:16px}.problem-cards__right-card{background:var(--surface-background-white,#fff);border:1px solid var(--border-primary);border-radius:10px;padding:30px}.problem-cards__card-title{margin-bottom:10px}@media (max-width:991px){.problem-cards__grid{grid-template-columns:1fr}.problem-cards__left-panel{gap:40px;min-height:auto;padding:30px}}@media (max-width:767px){.problem-cards{padding:60px 0}.problem-cards__header{margin-bottom:40px}.problem-cards__left-value{font-size:36px}}