.counter{background-color:#fff}.counter-wrapper{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.counter-wrapper .counter-box{text-align:center;padding:30px 20px;width:250px}@media (max-width:544px){.counter-wrapper{display:block}.counter-wrapper .counter-box{margin:0 auto}}.counter-wrapper .counter-box:nth-of-type(even) .number{color:#5848A0}.counter-wrapper .counter-box:nth-of-type(odd) .number{color:#F05F40}.counter-wrapper .counter-box .number{font-size:35px;font-weight:700}.counter-wrapper .counter-box h3{color:#403F3F;font-size:15px;font-weight:400;display:block;padding-top:10px}