.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-style4 {
  position: relative;
  padding-left: 100px;
  min-height: 50px;
  margin-bottom: 25px !important;
}
@media (max-width: 991.98px) {
  .features-block-style4 {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 50px !important;
  }
}
.features-block-style4:before {
  content: "";
  position: absolute;
  top: 65px;
  left: 38px;
  width: 1px;
  bottom: -40px;
  background-color: var(--theme-color3);
}
@media (max-width: 991.98px) {
  .features-block-style4:before {
    display: none;
  }
}
.features-block-style4:last-child {
  margin-bottom: 0;
}
.features-block-style4:last-child:before {
  display: none;
}
.features-block-style4 i {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  width: 76px;
  font-size: 28px;
  border-radius: 50%;
  border: 2px dashed var(--theme-color3);
  color: var(--theme-color3);
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .features-block-style4 i {
    position: relative;
    display: inline-flex;
    margin-bottom: 10px;
  }
}
.features-block-style4 i:before {
  position: relative;
  z-index: 2;
}
.features-block-style4 i:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  pointer-events: none;
  line-height: 76px;
  background-color: #f8f8f8;
  border-radius: 50%;
  transition: all 300ms ease;
}
body.tm-dark-layout .features-block-style4 i:after {
  background-color: var(--theme-color-light);
}
.features-block-style4 .features-title {
  margin-bottom: 7px;
  margin-top: 0;
}
.features-block-style4 .features-details {
  font-size: 16px;
  margin-bottom: 0;
}
.features-block-style4:hover i {
  transform: rotate(180deg) scale(-1);
  color: #fff;
}
.features-block-style4:hover i:after {
  background-color: var(--theme-color3);
}