.feature-current-item-style1 {
  position: relative;
  margin-bottom: 30px;
}
.feature-current-item-style1 .inner-box {
  position: relative;
  padding: 40px 20px 20px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 14px 43px rgba(0, 0, 0, 0.08);
}
.feature-current-item-style1 .inner-box:hover .icon {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
  color: var(--theme-color2);
}
.feature-current-item-style1 .count {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  font-size: 90px;
  line-height: 1em;
  font-weight: 700;
  opacity: 0.2;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--headings-color);
}
.feature-current-item-style1 .icon {
  position: relative;
  display: block;
  font-size: 78px;
  line-height: 1em;
  color: var(--theme-color1);
  transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
  .feature-current-item-style1 .icon {
    transition: none;
  }
}
.feature-current-item-style1 .feature-title {
  position: relative;
  padding: 20px 0;
  letter-spacing: -0.01em;
}