.all-capital {
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .counter-font {
    font-size: 45px !important;
  }
}
@media (max-width: 992px) and (min-width:768px) {
  .counter-font {
    font-size: 38px !important;
  }
  #counter .col {
    max-width: 25%;
}
}
@media (max-width: 1200px) and (min-width:992px) {
  .counter-font {
    font-size: 50px !important;
  }
  #counter .col {
    max-width: 25%;
}
}
.counter-font {
  color: var(--red);
  font-size: 60px;
  font-weight: 500;
  line-height: 76px;
  letter-spacing: 0px;
  text-align: center;
}

span.plus::after {
  content: '+';
}

span.plus-k::after {
  content: 'K +';
}

.Justify-Flex-Center {
  display: flex;
  justify-content: center;
}

.font-dark {
  color: var(--primary-color);
}

.Justify-Flex-Center {
  display: flex;
  justify-content: center;
  align-items: center;
}
span.percent::after {
  content: '%';
}