.fv {
  background: linear-gradient(#E1F1EA 70%, transparent 30%);
  display: block;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .fv {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    background: none;
  }
}
.fv h1 {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.fv-sub-copy {
  background-color: #E1F1EA;
  padding: 12px 0;
  text-align: center;
}
.fv-sub-copy p {
  font-size: 22px;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.fv-sub-copy span {
  color: #168352;
}
.fv-data {
  display: none;
}
@media screen and (max-width: 768px) {
  .fv-data {
    display: flex;
  }
}

.works-inner {
  background-color: #E1F1EA;
}

@media screen and (max-width: 768px) {
  .cv-btns {
    display: block;
    margin: 20px 0 10px;
  }
  .cv-btns .offer {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.03em;
  }
}/*# sourceMappingURL=line-251030.css.map */