.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-style3 {
  margin-bottom: 32px;
}
.features-block-style3 .inner-box {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.features-block-style3 .inner-box:hover {
  background-color: var(--theme-color2);
}
.features-block-style3 .inner-box:hover .features-featured-img img {
  transform: scale(1.1);
}
.features-block-style3 .inner-box:hover .content-box::after {
  height: 100%;
}
.features-block-style3 .inner-box:hover .content-box .features-title {
  color: #fff;
}
.features-block-style3 .inner-box:hover .content-box .features-title a {
  color: #fff;
}
.features-block-style3 .inner-box .features-featured-img img {
  width: 100%;
  transition: all 0.3s ease;
}
.features-block-style3 .inner-box .content-box {
  background-color: var(--theme-color2);
  padding: 21px 15px 17px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.features-block-style3 .inner-box .content-box::after {
  background-color: var(--theme-color1);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  transition: all 0.3s ease;
}
.features-block-style3 .inner-box .content-box .features-title {
  margin-top: 0;
  color: #fff;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
}