.med-problems{background-position:50%;background-size:cover;overflow:hidden;position:relative}.med-problems__overlay{background:rgba(11,16,32,.55);inset:0;position:absolute}.med-problems__inner{position:relative}.med-problems__head{margin-bottom:40px}.med-problems--center .med-problems__head{margin-left:auto;margin-right:auto;max-width:720px;text-align:center}.med-problems__title{color:var(--med-ink);font-size:clamp(28px,3.6vw,40px);font-weight:800;line-height:1.15;margin:0 0 12px}.med-problems__subtitle{color:var(--med-muted);font-size:18px;line-height:1.6;margin:0}.med-problems__subtitle p{margin:0 0 12px}.med-problems__subtitle p:last-child{margin-bottom:0}.med-problems__grid{display:grid;gap:32px;grid-template-columns:1fr}.med-problems__item{align-items:flex-start;display:flex;gap:20px;padding:8px 0}.med-problems__number{color:var(--med-primary);flex:none;font-size:clamp(40px,5vw,56px);font-variant-numeric:tabular-nums;font-weight:800;line-height:1}.med-problems__content{flex:1 1 auto;min-width:0}.med-problems__item-title{color:var(--med-ink);font-size:20px;font-weight:700;line-height:1.25;margin:0 0 10px}.med-problems__text{color:var(--med-muted);font-size:16px;line-height:1.6;margin:0}.med-problems__text p{margin:0 0 10px}.med-problems__text p:last-child{margin-bottom:0}@media (min-width:900px){.med-problems__grid--2{column-gap:48px;grid-template-columns:repeat(2,1fr)}.med-problems__grid--1{grid-template-columns:1fr}}