.module-stats .stats__wrapper{max-width:220px;}
.module-stats .stats__wrapper .stats__count{margin:10px 0px;}
.module-stats .stats__wrapper .stats__count h2{color:var(--blue-2);}
.module-stats .stats__wrapper .stats__description p{font-weight:500;}
.module-stats .stats__wrapper{display: flex;  flex-direction: column;  justify-content: space-between;  height: 100%;}

@media all and (max-width:767.98px){
.module-stats .stats__wrapper:not(last-child){margin-bottom:60px;}
}

@media all and (max-width:576px){
.module-stats .stats__wrapper {max-width:none;}
}