.features-block-style1 .inner-box {
  position: relative;
  z-index: 1;
  padding: 60px;
  border-right: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.features-block-style1 .inner-box .arrow-btn {
  margin-top: 40px;
  display: inline-block;
}
.features-block-style1 .inner-box .arrow-btn i {
  font-size: 34px;
  transition: all 300ms ease;
  display: inline-block;
}
.features-block-style1 .inner-box .icon-box i {
  font-size: 72px;
}
.features-block-style1 .inner-box .features-featured-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  transition: all 300ms ease;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.features-block-style1 .inner-box .features-featured-img img {
  width: 100%;
  height: 100%;
}
body.tm-dark-layout .features-block-style1 .inner-box {
  border-color: rgba(255, 255, 255, 0.1);
}
.features-block-style1 .inner-box .feature__content .features-title {
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
.features-block-style1 .inner-box .feature__content .features-title:before {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #121c27;
  transition: all 300ms ease;
}
.features-block-style1 .inner-box .feature__content .features-title:hover:before {
  right: unset;
  left: 0;
  width: 100%;
}
.features-block-style1 .inner-box:hover .arrow-btn i {
  transform: rotate(-45deg);
}
.features-block-style1 .inner-box:hover .features-featured-img {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199.98px) {
  .features-block-style1 .inner-box {
    padding: 30px;
  }
}