
.problem{background:#f3efe7}
.problem-layout{display:flex;gap:52px;align-items:flex-end}
.problem-copy{flex:1}
.problem-cards{flex:1;display:flex;flex-direction:column;gap:12px}
.problem-card{display:flex;align-items:flex-start;gap:16px;padding:18px 20px;border-radius:18px;background:#fff;border:1px solid rgba(8,40,68,.08);box-shadow:0 8px 22px rgba(8,40,68,.05)}
.problem-number{font-family:"PT Serif",Georgia,serif;font-size:34px;color:#dca73b;min-width:46px}
.problem-card strong{display:block;font-size:17px;margin-bottom:4px}
.problem-card p{margin:0;font-size:14px;line-height:1.4;color:#5c6c79}
@media(max-width:900px){.problem-layout{flex-direction:column;align-items:stretch}}
