.stats-container{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;padding:50px 0;background:#f8f8f8}.stat-wrapper{width:calc(100% / var(--number-of-columns));padding:10px;display:flex;flex-direction:column;align-items:center}.icon{width:100%;max-width:175px}.stat{border:1px solid #f0f0f0;border-left:4px solid #faac1a;box-shadow:0 5px 10px rgba(154,160,185,0.1),0 15px 40px rgba(166,173,201,0.3);padding:15px}.number{display:inline-block;font-size:46px;line-height:1.1;margin-bottom:12px;opacity:0}.description{font-size:20px;text-transform:uppercase}@media only screen and (max-width:992px){.stat-wrapper{width:50%}}@media only screen and (max-width:600px){.stat-wrapper{width:100%;margin-bottom:35px}}