/* count_up.css */

/* show units next to counter */
.count-up-wrapper {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-left: -1rem;
}
.count-up-wrapper > * {
  margin-left: 1rem;
}
