@media screen and (min-width: 768px) {
  #page-forest-project .page-first-block .page-lead {
    margin-bottom: 40px;
  }
}
#page-forest-project .page-first-block .page-lead + p {
  max-width: 530px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #page-forest-project #sec-forest_01 .content-img {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  #page-forest-project #sec-forest_01 .content-img figure {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  #page-forest-project #sec-forest_01 .content-right {
    width: calc(100% - 190px);
  }
}
@media screen and (min-width: 768px) {
  #page-forest-project #sec-forest_02 .content-img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 690px;
  }
}
@media screen and (min-width: 768px) {
  #page-forest-project #sec-forest_02 .content-img > figure {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  #page-forest-project #sec-forest_02 .content-img > figure:first-child {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #page-forest-project #sec-forest_02 .content-img > figure:first-child {
    width: 90%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  #page-forest-project #sec-forest_02 .content-right {
    width: calc(100% - 730px);
  }
}
@media screen and (min-width: 768px) {
  #page-forest-project #sec-forest_03 .content-img {
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  #page-forest-project #sec-forest_03 .content-right {
    width: calc(100% - 340px);
  }
}