.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-style12 {
  position: relative;
  z-index: 1;
}
.features-block-style12:after {
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  content: "";
  background-color: #171717;
  position: absolute;
  pointer-events: none;
  z-index: 1;
  transition: all 0.2s ease;
}
.features-block-style12 .inner-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 40px 30px 35px;
  z-index: 2;
  padding-right: 110px;
  transition: all 300ms ease;
}
.features-block-style12 .inner-box:hover:after {
  height: 24px;
}
.features-block-style12 .inner-box:before {
  position: absolute;
  left: 30px;
  top: 0;
  width: 2px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.1);
  content: "";
  transition: all 300ms ease;
}
.features-block-style12 .inner-box:after {
  position: absolute;
  left: 30px;
  top: 0;
  width: 2px;
  height: 0;
  background-color: var(--theme-color1);
  content: "";
  transition: all 300ms ease;
}
.features-block-style12 .features-icon {
  position: absolute;
  right: 30px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: 400;
  line-height: 1em;
  background: linear-gradient(173deg, var(--theme-color1), #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.features-block-style12 .features-title {
  position: relative;
  color: #fff;
  display: block;
  margin-top: 0;
  margin-bottom: 0px;
  text-transform: uppercase;
  background: linear-gradient(32deg, #fff, rgba(var(--theme-color1-rgb), 0.2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.features-block-style12 .features-title:hover {
  color: var(--theme-color1);
}