.counter-block-one .funfact-counts {
  position: relative;
  padding: 40px 50px;
  background-color: #fff;
}
@media (max-width: 575.98px) {
  .counter-block-one .funfact-counts {
    border-right: 0px;
    padding: 30px 30px;
  }
}
[data-tm-layout=dark] .counter-block-one .funfact-counts {
  background-color: #1a1b1d;
}
.counter-block-one .funfact-counts:hover .counter-icon i {
  transform: rotateY(180deg);
}
.counter-block-one .funfact-counts .counter {
  position: relative;
  font-size: 75px;
  font-weight: 700;
  line-height: 1em;
  color: var(--theme-color1);
}
.counter-block-one .funfact-counts .title-wrapper {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
  margin-top: 15px;
  color: var(--text-color);
}
.counter-block-one .funfact-counts .counter-icon i {
  display: inline-block;
  position: relative;
  font-size: 60px;
  font-weight: 400;
  line-height: 1em;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
  transition: all 500ms ease;
  color: var(--theme-color1);
}
.counter-block-one .funfact-counts .content {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}