.features-block-style1 {
  position: relative;
}
.features-block-style1 .inner {
  position: relative;
  text-align: center;
  min-height: 334px;
  padding: 40px 40px 40px;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .features-block-style1 .inner {
    padding: 30px 15px 30px;
  }
}
.features-block-style1 .inner:hover .features-details {
  max-height: 84px;
  opacity: 1;
}
.features-block-style1 .inner:hover:before {
  bottom: 0px;
}
.features-block-style1 .inner:hover .icon {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.features-block-style1 .inner:hover .lines:before {
  opacity: 1;
}
.features-block-style1 .inner:hover .lines:after {
  opacity: 1;
}
.features-block-style1 .inner:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 60px;
  z-index: -1;
  transition: all 500ms ease;
  background-color: var(--theme-color-white);
}
.features-block-style1 .icon {
  position: relative;
  font-size: 74px;
  line-height: 1em;
  display: inline-block;
  color: var(--theme-color1);
  font-family: "flaticon-finance";
  transition: all 500ms ease;
}
.features-block-style1 .features-title {
  margin-top: 25px;
  color: var(--theme-color1);
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .features-block-style1 .features-title {
    font-size: 20px;
  }
}
.features-block-style1 .features-title a {
  color: var(--theme-color1);
}
.features-block-style1 .features-title a:hover {
  color: var(--theme-color3);
}
.features-block-style1 .features-details {
  position: relative;
  margin-top: 15px;
  max-height: 0;
  overflow: hidden;
  color: var(--theme-color2);
  transition: all 500ms ease;
}
.features-block-style1 .lines {
  position: relative;
  width: 80px;
  height: 8px;
  margin: 0 auto;
  margin-top: 25px;
}
.features-block-style1 .lines:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  height: 2px;
  opacity: 0.3;
  background-color: var(--theme-color1);
}
.features-block-style1 .lines:after {
  position: absolute;
  content: "";
  left: 15px;
  bottom: 0px;
  right: 15px;
  height: 2px;
  opacity: 0.3;
  background-color: var(--theme-color1);
}