.features-block-style1 {
  margin-bottom: 30px;
}
.features-block-style1 .inner-box {
  position: relative;
  display: flex;
  align-items: center;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .features-block-style1 .inner-box {
    padding: 24px 20px;
  }
}
@media (max-width: 991.98px) {
  .features-block-style1 .inner-box {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.features-block-style1 .inner-box:hover {
  transform: translateY(-15px);
}
.features-block-style1 .inner-box:hover:after {
  height: 100%;
}
.features-block-style1 .inner-box .icon {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  flex-shrink: 0;
  border-radius: 10px;
  font-size: 40px;
  margin-right: 18px;
  color: var(--theme-color1);
  background-color: rgba(var(--theme-color1-rgb), 0.1);
  text-align: center;
  z-index: 1;
  transition: all 300ms ease;
}
.features-block-style1 .inner-box .icon:after {
  content: "";
  background: var(--theme-color1);
  position: absolute;
  height: 30px;
  width: 3px;
  left: 0;
  top: 50%;
  transform: translateY(-15px);
}
@media (max-width: 991.98px) {
  .features-block-style1 .inner-box .icon {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.features-block-style1 .inner-box .content .features-title {
  margin-bottom: 0;
  margin-top: 0;
}
.features-block-style1 .inner-box .content .features-title a:hover {
  color: #fff;
}