.col-number_counter > ul { display:flex; flex-wrap:wrap; align-items:center; }
.col-number_counter > ul > li { display:inline-block; text-align:center; }
.col-number_counter > ul > li:not(:first-child) { margin-left:10px; }
.col-number_counter > ul > li:not(:last-child) { margin-right:10px; }