.counter-animate {
  display: inline-block;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  text-align: end;
  font-variant-numeric: tabular-nums;
  position: relative;
}

.counter-placeholder {
  visibility: hidden;
  white-space: nowrap;
  height: 0;
  overflow: hidden;
  display: contents;
}

.counter-value{
  position: absolute;
  right: 0;
  text-align: end;
}