.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-style2 {
  margin-bottom: 30px;
}
.features-block-style2 .inner-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 20px;
  min-height: 96px;
  overflow: hidden;
  background-color: var(--theme-color-white);
  transform: skewX(-2deg);
  box-shadow: 0 0 76px rgba(0, 0, 0, 0.28);
  z-index: 3;
}
.features-block-style2 .inner-box:hover i {
  transform: scaleX(-1);
}
.features-block-style2 .inner-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 87px;
  height: 100%;
  transform: skewX(-5deg);
  background-color: var(--theme-color1);
  transform-origin: top right;
  transition: all 400ms ease;
  z-index: 1;
}
.features-block-style2 .inner-box:hover::before {
  width: 110%;
}
.features-block-style2 .inner-box:hover .content .features-title {
  color: #fff;
}
.features-block-style2 .inner-box .features-title {
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
  z-index: 3;
}
.features-block-style2 .inner-box .features-title a:hover {
  color: var(--theme-color2);
}
@media (max-width: 767.98px) {
  .features-block-style2 .inner-box .features-title br {
    display: none;
  }
}
.features-block-style2 .inner-box i {
  position: relative;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
  color: #fff;
  transition: all 300ms ease;
  z-index: 3;
}
@media (max-width: 1199.98px) {
  .features-block-style2 .inner-box i {
    margin-right: 40px;
  }
}