.counter-current-theme-style1 {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.counter-current-theme-style1 .counter-icon {
  position: relative;
  display: block;
  height: 181px;
  width: 181px;
  color: var(--theme-color1);
  background-image: var(--counter-current-theme1-icon-bg-image);
  font-size: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .counter-current-theme-style1 .counter-icon {
    transition: none;
  }
}
.counter-current-theme-style1 .counter-icon i {
  position: relative;
  transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .counter-current-theme-style1 .counter-icon i {
    transition: none;
  }
}
.counter-current-theme-style1 .counter {
  position: relative;
  font-size: 70px;
  color: #164333;
  line-height: 1em;
  font-family: "Schoolbell", cursive;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0;
}
.counter-current-theme-style1 .title-wrapper .title {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #797f7d;
  margin-top: 10px;
}
.counter-current-theme-style1:hover .counter-icon {
  transform: rotate(180deg);
}
.counter-current-theme-style1:hover .counter-icon i {
  -webkit-transform: scale(-1) rotate(0);
  transform: scale(-1) rotate(0);
}