.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  font-family: "Garet";
  line-height: normal;
}

.odometer-digit {
  padding: 2px;
  font-family: Anton;
}

.odometer-value {
  color: #ffd700;
}

.odometer.plus {
  position: relative;
}

.plus::after {
  content: "+";
  position: absolute;
  top: 0;
  right: -21px;
  font-size: 55px;
  font-family: Anton;
}

.plus-k::after {
  content: "K+";
  position: absolute;
  top: 0;
  right: -50%;
  font-size: 55px;
  font-family: Anton;
}

/* LAPTOP DESKTOP*/
@media only screen and (min-width: 1001px) and (max-width: 1500px) {
  .plus::after {
    right: -20px;
    font-size: 41px;
  }

  .plus-k::after {
    right: -50%;
    font-size: 41px;
  }
}

/* TABLET */
@media only screen and (min-width: 721px) and (max-width: 1000px) {
}

/*---------------------------------  MOBILE ---------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 720px) {
  .odometer.plus::after {
    right: -14px;
    font-size: 37px;
    font-family: Anton;
  }

  /* .odometer.plus-k::after {
        left: 100%;
        font-size: 37px;
        font-family: Anton;
    } */

  
}
