.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-style13 {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.features-block-style13 .inner-box {
  position: relative;
  overflow: hidden;
  padding: 45px;
  background-color: #fcf1eb;
  border-right: 1px solid #fff;
}
body.tm-dark-layout .features-block-style13 .inner-box {
  background-color: rgba(var(--theme-color1-rgb), 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.features-block-style13 .inner-box .features-title {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.features-block-style13 .inner-box .features-title a {
  color: inherit;
}
.features-block-style13 .inner-box .features-title:hover {
  color: var(--theme-color1);
}
.features-block-style13 .inner-box .features-subtitle {
  position: relative;
  color: var(--text-color);
}
.features-block-style13 .inner-box .icon {
  position: relative;
  display: block;
  font-size: 64px;
  font-weight: 900;
  line-height: 64px;
  margin-bottom: 30px;
  color: var(--theme-color1);
  transition: all 200ms linear;
}
.features-block-style13 .inner-box:hover:before {
  height: 0;
}
.features-block-style13 .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f8f8f8;
  content: "";
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
body.tm-dark-layout .features-block-style13 .inner-box:before {
  background-color: #000;
}