.problem__cards__container{display:grid;gap:22px;grid-template-columns:1fr;margin:0 auto;max-width:247px}.problem__card{background:#fff;border-radius:10px;box-sizing:border-box;color:#000;font-size:18px;font-weight:700;line-height:140%;min-height:96px;padding:23px 30px 23px 39px}@media (min-width:720px){.problem__cards__container{align-items:stretch;grid-template-columns:1fr 1fr;max-width:724px}.problem__card{border-radius:15px;font-size:28px;font-weight:600;line-height:120%;min-height:unset;padding:32px 25px 32px 33px}}@media (min-width:1400px){.problem__cards__container{display:flex;flex-wrap:wrap;justify-content:center;max-width:1069px}.problem__card{max-width:248px;padding:36px 34px}}