.feature-current-item-style3 {
  position: relative;
}
.feature-current-item-style3 .inner-box {
  position: relative;
  background-color: #ffffff;
  padding: 70px 40px 105px;
  margin-bottom: 45px;
  text-align: center;
}
.feature-current-item-style3 .inner-box:hover .bg-image:before {
  background-color: #ffffff;
  opacity: 0.9;
}
.feature-current-item-style3 .inner-box:hover .feature-details,
.feature-current-item-style3 .inner-box:hover .feature-title {
  color: var(--theme-color2);
}
.feature-current-item-style3 .inner-box:hover .count {
  background-color: var(--theme-color2);
  color: #ffffff;
  box-shadow: 0 10px -30px rgba(0, 0, 0, 0.2);
}
.feature-current-item-style3 .inner-box .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.feature-current-item-style3 .inner-box .bg-image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color2);
  opacity: 0.7;
  content: "";
  transition: all 300ms ease;
}
.feature-current-item-style3 .inner-box .bg-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.feature-current-item-style3 .inner-box .feature-title {
  color: #ffffff;
  margin-bottom: 25px;
  position: relative;
}
.feature-current-item-style3 .inner-box .feature-details {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  transition: all 300ms ease;
}
.feature-current-item-style3 .inner-box .count {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -68px;
  height: 135px;
  width: 135px;
  border: 23px solid #ffffff;
  border-radius: 50%;
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
  font-size: 20px;
  font-weight: 700;
  font-family: var(--title-font);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
}