.counting-numbers{align-items:center;display:flex;justify-content:center;padding-bottom:60px;padding-top:40px}.counting-numbers__wrapper{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;width:100%}.item{align-items:center;border-radius:50%;height:200px;justify-content:center;margin:0 20px;overflow:hidden;width:200px}.item,.item__body{display:flex;position:relative}.item__body{flex-direction:column;justify-content:flex-end;z-index:1}.item__counter{align-items:baseline;display:flex;justify-content:center;margin-top:14px}.item__number{font-size:50px}.item__number,.item__suffix{font-weight:700}.item__title{color:#545860;font-size:24px;line-height:1;max-width:140px;text-align:center}.item:before{background:conic-gradient(#545860 0 0,transparent 0 100%);bottom:-4px;content:"";left:-4px;position:absolute;right:-4px;top:-4px;transition:background 50ms linear;z-index:2}.item__grey-border{background-color:#aca4a3;height:100%;width:100%;z-index:-1}.item:after,.item__grey-border{border-radius:50%;position:absolute}.item:after{background-color:#eae8e6;content:"";height:180px;width:180px}@media (max-width:900px){.counting-numbers__wrapper{justify-content:center}}