.ml-count-to {
  display: flex;
  align-items: flex-end;
  justify-content: baseline;
  font-size: 18px;
  // font-weight: bold;
  white-space: nowrap;
  color: var(--info-color-7);
  &-text {
    // margin: 0 3px;
  }
  &-suffix {
    font-size: 14px;
  }
}
