.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-style5 {
  padding: 40px;
  background: #f5f5f5;
}
.features-block-style5 .icon {
  font-size: 54px;
  transition: 0.7s;
  display: inline-block;
}
.features-block-style5 .features-title {
  margin-top: 0;
}
.features-block-style5 .features-details {
  margin-top: 5px;
  line-height: 28px;
}
.features-block-style5 .arrow-btn {
  font-size: 40px;
  display: inline-block;
  line-height: 1;
  margin-top: 20px;
  color: #121c27;
}
.features-block-style5 .arrow-btn:hover {
  transform: rotate(-45deg);
}
.features-block-style5.light {
  background-color: #f5f5f5;
}
.features-block-style5.light .features-title {
  color: #121c27;
}
.features-block-style5.light .features-details {
  color: #121c27;
}
.features-block-style5.light .arrow-btn {
  color: #121c27;
}
.features-block-style5:hover .icon {
  transform: rotateY(360deg);
}