.counter-block-three {
  position: relative;
  margin-bottom: 70px;
}
.counter-block-three .inner-box {
  position: relative;
  padding-left: 99px;
}
@media (max-width: 767.98px) {
  .counter-block-three .inner-box {
    padding-left: 0;
    text-align: center;
  }
}
.counter-block-three .inner-box:hover .counter-icon i {
  transform: scale(-1) rotate(180deg);
}
.counter-block-three .counter-icon i {
  position: absolute;
  top: 0px;
  left: 0;
  color: var(--theme-color1);
  font-size: 60px;
  line-height: 1em;
  transition: all 300ms ease;
}
@media (max-width: 767.98px) {
  .counter-block-three .counter-icon i {
    position: relative;
    top: 0;
    text-align: center;
    margin: 0 auto;
  }
}
.counter-block-three .count-box {
  display: block;
  font-size: 90px;
  font-weight: 800;
  line-height: 1em;
  color: #fff;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .counter-block-three .count-box {
    font-size: 50px;
  }
}
.counter-block-three .count-box .counter {
  font-size: 50px;
  font-weight: 800;
  line-height: 1em;
  color: #fff;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .counter-block-three .count-box .counter {
    font-size: 50px;
  }
}
.counter-block-three .title-wrapper {
  display: block;
  color: #fff;
  margin-bottom: 0;
  margin-top: 5px;
}