.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-style2 {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 40px;
}
@media (max-width: 1399.98px) {
  .features-block-style2 {
    border-right: none;
    margin-right: 0;
  }
}
.features-block-style2.bb-right-none {
  margin-right: 0;
  border-right: none;
}
.features-block-style2 .icon {
  font-size: 80px;
  color: var(--theme-color1);
  line-height: 1;
}
.features-block-style2 .icon i,
.features-block-style2 .icon img {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
  display: inline-block;
}
.features-block-style2 .content {
  margin-top: 25px;
  max-width: 315px;
}
.features-block-style2 .content .features-title {
  margin-bottom: 20px;
  color: #fff;
}
.features-block-style2 .content .features-details {
  color: rgba(255, 255, 255, 0.6);
}
.features-block-style2 .content .arrow-icon {
  font-size: 24px;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  line-height: 1;
}
.features-block-style2 .content .arrow-icon:hover {
  color: var(--theme-color1);
}
.features-block-style2:hover .icon i,
.features-block-style2:hover .icon img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.features-item:last-child .features-block-style2 {
  margin-right: 0;
  border-right: none;
}