.feature-current-item-style4 {
  position: relative;
  margin-bottom: 30px;
}
.feature-current-item-style4 .inner-box {
  position: relative;
  background-color: #ffffff;
  padding: 54px 30px 54px;
  text-align: center;
  height: 100%;
  background-image: var(--block-feature-style4-bg-featured-image);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 300ms ease;
}
.feature-current-item-style4 .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--theme-color1);
  opacity: 0.9;
  content: "";
}
.feature-current-item-style4 .inner-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.feature-current-item-style4 .inner-box .count,
.feature-current-item-style4 .inner-box .icon {
  position: relative;
  display: block;
  font-size: 60px;
  color: var(--theme-color2);
  font-family: var(--title-font);
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 10px;
  transition: all 300ms ease;
}
.feature-current-item-style4 .inner-box .feature-title {
  margin-bottom: 25px;
  position: relative;
  font-weight: 400;
}
.feature-current-item-style4 .inner-box .feature-title a {
  color: var(--theme-color2);
}