.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-style6 .inner-block {
  background: var(--theme-color-white);
  border: 1px solid var(--theme-color-white);
  border-radius: 20px;
  position: relative;
  padding: 50px 49px 40px;
  overflow: hidden;
  z-index: 1;
  transition: all 300ms ease;
}
.features-block-style6 .inner-block:before {
  background: linear-gradient(180deg, #F0F6FF 0%, #F7FCFC 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: -1;
  transition: all 300ms ease;
}
.features-block-style6 .inner-block:hover {
  border: 1px solid rgba(4, 33, 37, 0.07);
}
.features-block-style6 .inner-block:hover:before {
  opacity: 1;
}
.features-block-style6 .inner-block:hover .icon {
  background-color: var(--theme-color4);
  color: var(--theme-color4-text-color);
}
.features-block-style6 .inner-block:hover .icon i,
.features-block-style6 .inner-block:hover .icon img {
  transform: scaleX(-1);
  filter: brightness(0) invert(1);
}
.features-block-style6 .icon {
  width: 65px;
  height: 65px;
  line-height: 62px;
  font-size: 34px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--theme-color1);
  color: var(--theme-color1-text-color);
  display: inline-block;
  margin-bottom: 68px;
  transition: all 300ms ease;
}
.features-block-style6 .icon i,
.features-block-style6 .icon img {
  transition: all 300ms ease;
}
.features-block-style6 .features-title {
  margin-bottom: 6px;
  transition: all 300ms ease;
}