.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: 30px;
}
.features-block-style3 .inner-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 24px 30px;
  box-shadow: 0 0 87px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .features-block-style3 .inner-box {
    padding: 24px 20px;
  }
}
@media (max-width: 991.98px) {
  .features-block-style3 .inner-box {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.features-block-style3 .inner-box:after {
  content: "";
  position: absolute;
  height: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: var(--theme-color1);
  transition: 300ms;
  z-index: 0;
}
.features-block-style3 .inner-box:hover {
  transform: translateY(-15px);
}
.features-block-style3 .inner-box:hover:after {
  height: 100%;
}
.features-block-style3 .inner-box:hover .icon {
  background-color: #fff;
  color: var(--theme-color1);
}
.features-block-style3 .inner-box:hover .features-title {
  color: #fff;
  position: relative;
  z-index: 1;
  transition: all 0ms ease;
}
.features-block-style3 .inner-box:hover .features-details {
  color: #fff;
  position: relative;
  z-index: 1;
}
.features-block-style3 .inner-box .icon {
  position: relative;
  display: block;
  width: 73px;
  height: 84px;
  line-height: 84px;
  font-size: 40px;
  margin-right: 18px;
  color: #fff;
  background-color: var(--theme-color1);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  text-align: center;
  z-index: 1;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .features-block-style3 .inner-box .icon {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.features-block-style3 .inner-box .content .features-title {
  margin-bottom: 0;
  margin-top: 0;
}
.features-block-style3 .inner-box .content .features-title a:hover {
  color: #fff;
}