.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 .inner-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}
@media (max-width: 575.98px) {
  .features-block-style3 .inner-box {
    display: block;
  }
}
.features-block-style3 .inner-box .icon-check {
  position: relative;
  margin-right: 15px;
}
.features-block-style3 .inner-box .features-count {
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  font-size: 70px;
  line-height: 1;
  border-radius: 50%;
  padding-left: 65px;
  margin-right: 35px;
  transition: all 300ms ease;
}
.features-block-style3 .inner-box .features-count:before {
  background-color: var(--theme-color1);
  border: 1px solid var(--theme-color2);
  content: "";
  width: 20px;
  height: 38px;
  left: 0;
  position: absolute;
  top: calc(50% - 6px);
  transform: skewX(-22deg) translateY(-50%);
  transition: all 300ms ease;
  z-index: 1;
}
.features-block-style3 .inner-box .features-count:after {
  background-color: var(--theme-color-white);
  content: "";
  width: 26px;
  height: 47px;
  left: 9px;
  position: absolute;
  top: calc(50% - 6px);
  transform: skewX(-22deg) translateY(-50%);
  transition: all 300ms ease;
}
body.tm-dark-layout .features-block-style3 .inner-box .features-count:after {
  color: var(--theme-color-light);
}
.features-block-style3 .inner-box .features-title {
  color: #fff;
  margin-bottom: 8px;
}
.features-block-style3 .inner-box .features-details {
  color: #b8b8b8;
  position: relative;
  margin-bottom: 0;
}