.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;
  right: 25px;
  top: 60px;
  bottom: -12px;
}
@media (max-width: 575.98px) {
  .feature-side-line .icon-box-wrapper:after {
    display: none;
  }
}

.features-block-style6 .inner-box {
  background-color: #171715;
}
.features-block-style6 .inner-box:hover .title-box .icon-box {
  transform: scaleX(-1);
}
.features-block-style6 .inner-box .title-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px;
}
.features-block-style6 .inner-box .title-box .icon-box {
  position: relative;
}
.features-block-style6 .inner-box .title-box .icon-box i {
  font-size: 45px;
  color: #ffee02;
  transition: all 300ms ease;
}
.features-block-style6 .inner-box .title-box .features-title {
  margin-bottom: 0;
  color: #fff;
}
.features-block-style6 .inner-box .info-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  background: #ffee02;
}
.features-block-style6 .inner-box .info-box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../../../images/current-theme/shape-2.png);
  background-repeat: no-repeat;
  background-position: center left;
}
.features-block-style6 .inner-box .info-box .features-details {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  color: var(--theme-color-dark);
}