@charset "utf-8";

.features {
  margin-top: 200px;

}

li div img {
  width: 100%;

  margin-top: 0;
  margin-bottom: -5px;
}

li div img .feature2 {
  height: 350px;
}

h2 {
  color: #fff;
}


.feature_catch {
  background-color: #9cd1ef;
  padding: 60px 20px;
  position: relative;
  z-index: 0;
}

.feature_catch::after {
  content: "";
  position: absolute;
  top: 99%;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-color: #9cd1ef;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 1;
}

.feature_catch:first-of-type::after {
  top: 100%;

}

.feature1 {
  margin-top: 170px;
}

.footer h2 {
  color: #d36716;
}

@media (max-width:767px) {

  .features {
    margin-top: 200px;

  }

  li div img {
    width: 100%;

    margin-top: 0;
    margin-bottom: -5px;
  }

  li div img .feature2 {
    height: 350px;
  }

  h2 {
    color: #fff;
  }


  .feature_catch {
    background-color: #9cd1ef;
    padding: 0 20px;
    position: relative;
  }

  .feature1 {
    margin-top: 170px;
  }

}