.counter-number {
  font-weight: bold;
  position: relative;
  overflow: hidden;
}

.next,
.current {
  line-height: 1;
  transition-property: transform;
  transition-timing-function: linear;
}
