.features-block-style1 {
  margin-bottom: 32px;
}
.features-block-style1 .inner-box {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.features-block-style1 .inner-box:hover {
  background-color: var(--theme-color2);
}
.features-block-style1 .inner-box:hover .features-featured-img img {
  transform: scale(1.1);
}
.features-block-style1 .inner-box:hover .content-box::after {
  height: 100%;
}
.features-block-style1 .inner-box:hover .content-box .features-title {
  color: #fff;
}
.features-block-style1 .inner-box .features-featured-img img {
  width: 100%;
  transition: all 0.3s ease;
}
.features-block-style1 .inner-box .content-box {
  background-color: var(--theme-color2);
  padding: 21px 15px 17px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.features-block-style1 .inner-box .content-box::after {
  background-color: var(--theme-color1);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  transition: all 0.3s ease;
}
.features-block-style1 .inner-box .content-box .features-title {
  margin-top: 0;
  color: #fff;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
}