.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 {
  position: relative;
  margin-bottom: 35px;
}
.features-block-style3:last-child {
  margin-bottom: 0;
}
.features-block-style3 .inner-box {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .features-block-style3 .inner-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.features-block-style3 .inner-box:hover i:before {
  transform: scaleX(-1);
}
.features-block-style3 .inner-box i {
  position: relative;
  display: block;
  font-size: 55px;
  line-height: 1em;
  color: var(--theme-color1);
  transition: all 300ms ease;
}
.features-block-style3 .inner-box i:before {
  position: relative;
  display: inline-block;
  transition: all 300ms ease;
}
.features-block-style3 .inner-box i:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(226, 9, 53, 0.1);
}
.features-block-style3 .inner-box .content {
  position: relative;
  margin-left: 12px;
}
@media (max-width: 575.98px) {
  .features-block-style3 .inner-box .content {
    margin-left: 0;
    padding-top: 15px;
  }
}
.features-block-style3 .inner-box .content .features-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 7px;
}
.features-block-style3 .inner-box .content .features-details {
  position: relative;
  margin-bottom: 0;
  padding-right: 20px;
}