.features-block-style1 {
  position: relative;
  margin-bottom: 30px;
}
.features-block-style1 .inner-box {
  position: relative;
  overflow: hidden;
}
.features-block-style1 .inner-box:hover .image-box::before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.features-block-style1 .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 300ms ease;
}
.features-block-style1 .inner-box .image-box {
  position: relative;
}
.features-block-style1 .inner-box .image-box::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  background: linear-gradient(180deg, rgba(14, 30, 42, 0) 0%, rgba(14, 30, 42, 0.5) 30.98%, #0e1e2a 100%);
  z-index: 2;
  pointer-events: none;
  transition: all 300ms ease;
  content: "";
}
.features-block-style1 .inner-box .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}
.features-block-style1 .inner-box .image-box .image img {
  position: relative;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.features-block-style1 .inner-box .image-box .content-box {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 47px 52px;
  border-radius: 20px;
  width: 100%;
  z-index: 3;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .features-block-style1 .inner-box .image-box .content-box {
    padding: 30px 30px;
  }
}
.features-block-style1 .inner-box .image-box .content-box .features-title {
  position: relative;
  color: #fff;
  letter-spacing: -0.01em;
  margin-bottom: 0px;
}
.features-block-style1 .inner-box .image-box .content-box .features-title a:hover, .features-block-style1 .inner-box .image-box .content-box .features-title a:focus {
  color: #fff;
}
.features-block-style1 .inner-box .image-box .content-box .features-title::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  width: 33px;
  height: 4px;
  background-color: var(--theme-color1);
}
.features-block-style1 .inner-box .image-box .content-box .read-more {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--theme-color1);
  font-size: 23px;
  font-weight: 700;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
}
.features-block-style1 .inner-box .image-box .content-box .read-more:hover {
  color: #fff;
  background-color: var(--theme-color1);
}