.feature-current-item-style7 {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 30px;
  margin-bottom: 30px !important;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.feature-current-item-style7:hover .feature-icon {
  color: #fff;
}
.feature-current-item-style7:hover .feature-icon:before {
  transform: scale(1);
}
.feature-current-item-style7 .feature-icon {
  position: relative;
  height: 112px;
  width: 112px;
  margin: 0 auto;
  color: var(--theme-color1);
  font-size: 65px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
  z-index: 1;
}
.feature-current-item-style7 .feature-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--theme-color2);
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.feature-current-item-style7 .feature-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
  margin-top: 26px;
  margin-bottom: 15px;
}
.feature-current-item-style7 .feature-title a {
  color: inherit;
  background: linear-gradient(to right, #eee 0%, var(--theme-color2) 100%) 0px 87%/0px 2px no-repeat;
  transition: all 500ms ease;
}
.feature-current-item-style7 .feature-title a:hover {
  color: #0f0d1d;
  background-size: 100% 2px;
}
.feature-current-item-style7 .feature-details {
  font-size: 16px;
  margin: 0;
}
.feature-current-item-style7 .feature-current-item-arrow {
  position: relative;
  color: #717178;
  transition: all 500ms ease;
  height: 54px;
  width: 54px;
  background-color: #f1f1f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 15px;
  margin-top: 20px;
}
.feature-current-item-style7 .feature-current-item-arrow:hover {
  background: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
}