.counter-block-five {
  position: relative;
}
@media (max-width: 991.98px) {
  .counter-block-five {
    margin-bottom: 40px;
  }
}
.counter-block-five .inner {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.counter-block-five .inner:hover .counter-icon {
  background-color: var(--theme-color1);
  color: #fff;
}
.counter-block-five .inner:hover .counter-title {
  opacity: 1;
}
.counter-block-five .counter-icon {
  background-color: #faf1ee;
  color: var(--theme-color1);
  border-radius: 5px;
  position: relative;
  height: 100px;
  width: 100px;
  font-size: 50px;
  line-height: 96px;
}
.counter-block-five .counter-icon i {
  position: relative;
  transition: all 300ms ease;
}
.counter-block-five .count-box {
  position: relative;
  display: block;
  font-size: 60px;
  font-weight: 600;
}
.counter-block-five .count-box .counter {
  color: var(--headings-color);
  font-size: 80px;
  line-height: 1;
  margin-top: 25px;
  font-weight: 500;
  font-family: var(--heading-font-family);
}
.counter-block-five .title-wrapper {
  display: block;
  font-size: 22px;
  margin-top: 0;
  color: var(--headings-color);
  font-weight: 500;
  margin-bottom: 0;
}