.project {
  position: relative;
  background: linear-gradient(45deg, #003a78 90%, #009dbf);
}

@media (min-width: 996px) {
  .project {
    position: relative;
    background: linear-gradient(45deg, #003a78 60%, #009dbf);
  }
  
}

.project::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../images/bg.png") top center repeat-y;
  background-size: 100% auto;
  pointer-events: none;
  opacity: 0.2;
}

.project__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.project__bg::before {
  content: "";
  position: absolute;
  z-index: 10;
  width: 20px;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/bg-line.png") top left repeat-y;
  background-size: 100% auto;
}

@media (min-width: 996px) {
  .project__bg::before {
    width: 5vw;
  }
}

.project__bg::after {
  content: "";
  position: absolute;
  z-index: 10;
  width: 20px;
  height: 100%;
  top: 0;
  right: 0;
  background: url("../images/bg-line.png") top left repeat-y;
  background-size: 100% auto;
}

@media (min-width: 996px) {
  .project__bg::after {
    width: 5vw;
  }
}

.project img {
  max-width: 100%;
  vertical-align: bottom;
}

.project picture {
  display: block;
}

.project .flowerDec__left {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 15%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (min-width: 996px) {
  .project .flowerDec__left {
    display: none;
  }
}
.project .flowerDec__right {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 15%;
}
@media (min-width: 996px) {
  .project .flowerDec__right {
    width: auto;
  }
}
.project .kv {
  position: relative;
}
.project .kv img {
  width: 100%;
}
.project .kv__dec {
  position: relative;
  width: 100%;
}
.project .kv__title, .project .kv__pd {
  position: absolute;
  top: 0;
  width: 100%;
}
/*# sourceMappingURL=kv-body.css.map */