.probleme-wrapper{grid-template-columns:repeat(auto-fit,minmax(520px,1fr));gap:20px;padding:112px 0;display:grid}.probleme-info{flex-direction:column;align-items:flex-start;gap:24px;display:flex}.probleme-info p{max-width:530px;color:var(--text-garkgrey);font-size:18px;line-height:150%}.probleme-counters{align-items:center;padding:8px 33px 8px 0;display:flex}.countstat{flex:200px}.countstat span{color:var(--mainColor);margin-bottom:8px;font-size:64px;font-weight:700;line-height:120%;display:block}.countstat:not(:last-child){margin-right:40px;padding-right:40px;position:relative}.countstat:not(:last-child):before,.countstat:not(:last-child):after{content:"";width:1px;position:absolute;right:0}.countstat:not(:last-child):before{background-color:#9b9a9a33;height:173px;top:50%;transform:translateY(-50%)}.countstat:not(:last-child):after{background-color:#2b4a99;height:74px;top:30%}.countstat.counstat-sm{width:100%;max-width:244px}.countstat p{line-height:150%}@media screen and (width<=1080px){.probleme-wrapper{padding:84px 0 42px}.probleme-counters{padding:0}.countstat{flex-basis:320px}.countstat.counstat-sm{max-width:initial;width:100%}}@media screen and (width<=820px){.probleme-wrapper{padding:62px 0 30px}.probleme-info{gap:10px}.probleme-info p{font-size:16px}.countstat span{margin-bottom:5px;font-size:48px}.countstat p{font-size:14px}.countstat:not(:last-child){margin-right:20px;padding-right:20px}}@media screen and (width<=580px){.countstat:not(:last-child):before,.countstat:not(:last-child):after{display:none}.probleme-counters{flex-direction:column;gap:30px;padding:0}.countstat{flex:auto}.probleme-wrapper{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}