.number-cards-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.number-card{width:25%;padding:2em;text-align:center}.number-card__number{position:relative;border-radius:50%;height:135px;width:135px;margin:auto;margin-bottom:.5em;font-size:2.5em;font-weight:800;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.circle-chart{width:100%;height:100%}.circle-chart__circle{display:none;animation:circle-chart-fill 1s reverse;transform:rotate(-90deg);transform-origin:center}.number-card__number-child{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes circle-chart-fill{to{stroke-dasharray:0 100}}@media(max-width:1024px){.number-card{max-width:400px;margin:auto}}