.project-page__section-two {
  padding: 0 2rem;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--mint);
}
.project-page__section-two-title {
  font-size: var(--fs-lg);
  font-weight: bolder;
  color: var(--darkblue);
  margin-top: 2rem;
}
.project-page__section-two-maintitle {
  font-size: var(--fs-xl);
}
.project-page__section-two-text {
  margin-top: 1rem;
  font-size: var(--fs-sm);
}
@media (min-width: 790px) {
  .project-page__section-two {
    padding: 0 6rem;
  }
  .project-page__section-two-title {
    font-size: var(--fs-xxl);
  }
  .project-page__section-two-maintitle {
    font-size: var(--fs-2xl);
    margin-bottom: 3rem;
  }

  .project-page__section-two-text {
    font-size: var(--fs-md);
    max-width: 900px;
    margin: 0 auto;
    margin-top: 1.5rem;
  }
}
/*  */
.project-page__section-three {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.project-page__section-three-wrapper {
  position: absolute;
  padding: 0 2rem;
}
.project-page__section-three-title {
  font-size: var(--fs-lg);
  font-weight: bolder;
  color: var(--darkblue);
}

.goalsImage {
  background: url('image_example-4.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /* position: fixed; */
  height: 100vh;
  width: 100vw;
  z-index: -1;
}
.project-text_overlay {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1rem;
}
.project-page__section-three-text {
  margin-top: 1rem;
  font-size: var(--fs-sm);
  text-shadow: 0 1px 0 black;
}
@media (min-width: 790px) {
  .project-page__section-three-title {
    font-size: var(--fs-xxl);
  }

  .project-page__section-three-text {
    font-size: var(--fs-md);
    max-width: 900px;
    margin: 0 auto;
    margin-top: 1.5rem;
  }
  .project-page__section-three-wrapper {
    padding: 0 6rem;
  }
}
/*  */
.project-page__section-four {
  padding: 0 2rem;
  width: 100%;
  height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.project-page__section-four-title {
  font-size: var(--fs-lg);
  font-weight: bolder;
  color: var(--darkblue);
}

.project-page__section-four-text {
  margin-top: 1rem;
  font-size: var(--fs-sm);
}
@media (min-width: 790px) {
  .project-page__section-four {
    padding: 0 6rem;
    height: 60vh;
  }
  .project-page__section-four-title {
    font-size: var(--fs-xxl);
  }

  .project-page__section-four-text {
    font-size: var(--fs-md);
    max-width: 900px;
    margin: 0 auto;
    margin-top: 1.5rem;
  }
}
/*  */
.project-page__section-five {
  padding: 0 2rem;
  width: 100%;
  height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--mint);
}
.project-page__section-five-title {
  font-size: var(--fs-lg);
  font-weight: bolder;
  color: var(--darkblue);
}

.project-page__section-five-text {
  margin-top: 1rem;
  font-size: var(--fs-sm);
}
@media (min-width: 790px) {
  .project-page__section-five {
    padding: 0 6rem;
    height: 70vh;
  }
  .project-page__section-five-title {
    font-size: var(--fs-xxl);
  }

  .project-page__section-five-text {
    font-size: var(--fs-md);
    max-width: 900px;
    margin: 0 auto;
    margin-top: 1.5rem;
  }
}
/*  */
.project-page__section-six {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  clip-path: inset(0);
}
.project-page__section-six-wrapper {
  position: absolute;
  padding: 0 2rem;
}
.project-page__section-six-title {
  font-size: var(--fs-lg);
  font-weight: bolder;
  color: var(--darkblue);
}
.kpf-image {
  background: url('image_example-2.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  width: 100vw;
  z-index: -1;
}
.project-text_overlay-six {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1rem;
}
.project-page__section-six-text {
  margin-top: 1rem;
  font-size: var(--fs-sm);
  text-shadow: 0 1px 0 black;
}
@media (min-width: 790px) {
  .project-page__section-six-title {
    font-size: var(--fs-xxl);
  }

  .project-page__section-six-text {
    font-size: var(--fs-md);
    max-width: 900px;
    margin: 0 auto;
    margin-top: 1.5rem;
  }
  .project-page__section-six-wrapper {
    padding: 0 6rem;
  }
}
/*  */
.project-page__section-seven {
  padding: 0 2rem;
  width: 100%;
  height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--mint);
}
.project-page__section-seven-title {
  font-size: var(--fs-lg);
  font-weight: bolder;
  color: var(--darkblue);
}

.project-page__section-seven-text {
  margin-top: 1rem;
  font-size: var(--fs-sm);
}
@media (min-width: 790px) {
  .project-page__section-seven {
    padding: 0 6rem;
    height: 75vh;
  }
  .project-page__section-seven-title {
    font-size: var(--fs-xxl);
  }

  .project-page__section-seven-text {
    font-size: var(--fs-md);
    max-width: 900px;
    margin: 0 auto;
    margin-top: 1.5rem;
  }
}
