.tm-sc-features .icon {
  display: inline-block;
}
.tm-sc-features .icon,
.tm-sc-features .features-title,
.tm-sc-features .features-details {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-side-line {
  position: relative;
}
.feature-side-line .icon-box-wrapper:after {
  content: "";
  background: #333;
  width: 2px;
  position: absolute;
  left: 25px;
  top: 60px;
  bottom: -12px;
}
@media (max-width: 575.98px) {
  .feature-side-line .icon-box-wrapper:after {
    display: none;
  }
}

.features-block-style3 {
  position: relative;
  background: #000;
  padding: 18px 20px 27px 40px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  transition: all 500ms ease;
  z-index: 1;
}
.features-block-style3:hover {
  background: radial-gradient(196.16% 133.29% at 100% 98.08%, #222b1c 0%, #151515 55.18%);
}
.features-block-style3 .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.features-block-style3 .features-title {
  color: #fff;
  margin-bottom: 13px;
}
.features-block-style3 .features-title span {
  color: var(--theme-color1);
  display: block;
}
.features-block-style3 .count {
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  background: linear-gradient(0deg, rgba(21, 21, 21, 0.2) -7.83%, rgba(136, 255, 42, 0.2) 99.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}