.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-style10 {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.features-block-style10 .inner-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 30px 20px 25px;
  background-image: var(--block-feature-style10-bg-featured-image);
  background-color: var(--theme-color1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  min-height: 175px;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  transition: all 300ms linear;
}
.features-block-style10 .inner-box .features-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.features-block-style10 .inner-box .features-title a {
  color: inherit;
}
.features-block-style10 .inner-box .features-title:hover {
  color: var(--theme-color1);
}
.features-block-style10 .inner-box .icon {
  position: relative;
  display: block;
  font-size: 64px;
  color: #fff;
  font-weight: 900;
  line-height: 64px;
  margin-bottom: 30px;
  transition: all 200ms linear;
}
.features-block-style10 .inner-box:hover .features-title,
.features-block-style10 .inner-box:hover .icon {
  color: #000;
}
.features-block-style10 .inner-box:hover:before {
  height: 0;
}
.features-block-style10 .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #2c2e33;
  content: "";
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}