.project-page__section-one {
  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-one-title {
  font-size: var(--fs-lg);
  font-weight: bolder;
  color: var(--darkblue);
  margin-top: 2rem;
}
.project-page__section-one-maintitle {
  font-size: var(--fs-xl);
}
.project-page__section-one-text {
  margin-top: 1rem;
  font-size: var(--fs-sm);
}
@media (min-width: 790px) {
  .project-page__section-one {
    height: 120vh;
    padding: 0 6rem;
  }
  .project-page__section-one-title {
    font-size: var(--fs-xxl);
  }
  .project-page__section-one-maintitle {
    font-size: var(--fs-2xl);
  }

  .project-page__section-one-text {
    font-size: var(--fs-md);
    max-width: 900px;
    margin: 0 auto;
    margin-top: 1.5rem;
  }
}
/*  */
.project-page__section-two {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}
.project-page__section-two-wrapper {
  position: absolute;
  padding: 0 2rem;
}
.project-page__section-two-title {
  font-size: var(--fs-lg);
  font-weight: bolder;
  color: var(--darkblue);
}

.section-two_bg-image {
  background: url('image-example1.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  width: 100vw;
  z-index: -1;
}
.project-page_text_overlay {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 2rem;
}
.project-page__section-two-text {
  margin-top: 1rem;
  font-size: var(--fs-sm);
}
@media (min-width: 790px) {
  .project-page__section-two-title {
    font-size: var(--fs-xxl);
  }

  .project-page__section-two-text {
    font-size: var(--fs-md);
    max-width: 400px;
    margin: 0 auto;
    margin-top: 1.5rem;
  }
  .project-page__section-two-wrapper {
    padding: 0 6rem;
  }
}
/*  */
.project-page__section-four {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}
.project-page__section-four_bg-image {
  background: url('image-example2.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  width: 100vw;
  z-index: -1;
}
.project-page_text_overlay-four {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 2rem;
}
.pp4-span {
  font-weight: bold;
}
.project-page__section-four-wrapper {
  position: absolute;
  padding: 0 2rem;
}
.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-wrapper {
    padding: 0 6rem;
  }
  .project-page__section-four {
    height: 100vh;
  }
  .project-page__section-four-title {
    font-size: var(--fs-xxl);
    margin-bottom: 3rem;
  }
  .project-page__section-four-text {
    font-size: var(--fs-md);
    max-width: 400px;
    margin: 0 auto;
    margin-top: 1.5rem;
  }
}
/*  */
.project-page__section-three {
  padding: 0 2rem;
  width: 100%;
  height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--mint);
}
.project-page__section-three-title {
  font-size: var(--fs-lg);
  font-weight: bolder;
  color: var(--darkblue);
  margin-bottom: 3rem;
}
.project-page__section-three-subtitle {
  font-size: var(--fs-base);
  font-weight: bold;
}
.project-page__section-three-text {
  margin-top: 1rem;
  font-size: var(--fs-sm);
}
@media (min-width: 790px) {
  .project-page__section-three {
    padding: 0 6rem;
    height: 85vh;
  }
  .project-page__section-three-title {
    font-size: var(--fs-xxl);
  }
  .project-page__section-three-subtitle {
    font-size: var(--fs-md);
    max-width: 900px;
    margin: 0 auto;
  }

  .project-page__section-three-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: 85vh;
  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);
  margin-bottom: 2rem;
}

.project-page__section-five-text {
  margin-top: 1rem;
  font-size: var(--fs-sm);
}
.project-page__section-five_subtitle {
  font-size: var(--fs-base);
  font-weight: bold;
}
@media (min-width: 790px) {
  .project-page__section-five {
    height: 95vh;
    padding: 0 6rem;
  }
  .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: 1rem;
  }
  .project-page__section-five-wrapper {
    padding: 0 6rem;
  }
  .project-page__section-five_subtitle {
    font-size: var(--fs-lg);
    margin-top: 1rem;
  }
}
