.product__header {
  position: relative;
  height: 60px;
}
.product__header--row {
  position: absolute;
  z-index: 1000;
}
@media screen and (max-width: 991px) {
  .product__header {
    position: unset;
    height: auto;
  }
  .product__header--row {
    position: unset;
  }
}

.after-tilt__padding--header {
  padding-top: 405px;
}
@media screen and (max-width: 1201px) {
  .after-tilt__padding--header {
    padding-top: 475px;
  }
}
@media screen and (max-width: 991px) {
  .after-tilt__padding--header {
    padding-top: 175px;
  }
}

.product__img--contain {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.product__card {
  border: none;
  width: 32rem;
  bottom: 0;
}
.product__card--blue {
  background-color: #a3caec;
  color: #fff2da;
  position: relative;
  left: 42px;
  z-index: 1;
}
.product__card--green {
  background-color: #7ed7a8;
  color: #fff2da;
  position: relative;
  right: 42px;
  z-index: 1;
}

.project__card {
  border: 0px;
  background: none;
}
.project__card--production {
  background-color: #5a9edb;
  color: #192e5b;
  border-radius: 5px;
  top: 5%;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.project__card--revenues {
  background-color: #a3caec;
  color: #192e5b;
  border-radius: 5px;
  top: 0%;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.project__card--costs {
  background-color: #89dbaa;
  color: #192e5b;
  border-radius: 5px;
  bottom: 5%;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.project__card--investments {
  background-color: #25b396;
  color: #192e5b;
  border-radius: 5px;
  bottom: 10%;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
