.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 .inner-box {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--theme-color-white);
  border-radius: 5px;
  padding: 40px 25px;
}
@media (max-width: 575.98px) {
  .features-block-style2 .inner-box {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 30px 20px;
    height: 358px;
  }
}
.features-block-style2 .inner-box:hover .icon-box {
  background-color: var(--theme-color1);
  transform: scaleX(-1);
}
.features-block-style2 .inner-box:hover .shadow-icon i {
  transform: translateY(-10px);
}
.features-block-style2 .icon-box {
  width: 82px;
  height: 93px;
  text-align: center;
  background-color: var(--theme-color2);
  border-radius: 5px;
  margin-right: 25px;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .features-block-style2 .icon-box {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.features-block-style2 .icon-box i {
  color: var(--theme-color-white);
  font-size: 38px;
  line-height: 92px;
  vertical-align: middle;
  transition: all 300ms ease;
}
.features-block-style2 .content-box .features-title {
  margin-bottom: 7px;
  margin-top: 0;
}
.features-block-style2 .content-box .features-title:hover {
  color: var(--theme-color1);
}
.features-block-style2 .shadow-icon {
  position: absolute;
  right: 30px;
  bottom: 15px;
  line-height: 1;
}
.features-block-style2 .shadow-icon i {
  display: block;
  transition: all 300ms ease;
}
.features-block-style2 .shadow-icon i::before {
  font-size: 90px;
  opacity: 0.06;
}