@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');

body {
  font-family: "Albert Sans";
}

.project__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}

.goal__texts {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  margin: 132px 0 32px;
}

.goal__items > h4 {
  color: var(--Neutral-Darkest, #292E3D);
  margin: 0;
  font-family: "Albert Sans";
  font-size: 32px;
  font-weight: 800;
  line-height: normal;
}

.goal__items > p {
  color: var(--Neutral-Darkest, #292E3D);
  margin: 0;
  font-family: Fraunces;
  font-size: 16px;
  font-weight: 400;
  max-width: 330px;
}

.main__pages > img {
  max-width: 100vw;
  width: 100%;
  object-fit: cover;
  display: block;
}

.main__pages--first {
  padding-top: 132px;
}

.main__pages--last {
  padding-bottom: 132px;
}

div.main__title {
  margin: 32px 0;
}

.main__title > h3 {
  color: var(--Neutral-Darkest, #292E3D);
  margin: 0;
  font-family: "Albert Sans";
  font-size: 32px;
  font-weight: 800;
  line-height: 150%;
}

.main__title > p {
  margin: 0;
  color: var(--Neutral-Darkest, #292E3D);
  font-family: Fraunces;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.18px;
}

.grid-row {
  padding: 0 1rem;
}

@media screen and (min-width: 700px) {
  .goal__items > h4 {
    font-size: 54px;
  }
  .goal__items > p {
    font-size: 18px;
  }
  div.main__title {
    margin: 64px 0;
  }
  .main__title > h3 {
    font-size: 54px;
  }
  .main__title > p {
    font-size: 18px;
  }
  .grid-row {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 999px) {
  .project__container {
    gap: 138px;
  }
  .goal__texts {
    flex-direction: row;
    gap: 150px;
    margin-bottom: 64px;
    align-items: center;
  }
}


/* =====================
   GRID ROW
   ===================== */

.grid-row {
    padding: 0 1rem;
}

@media all and (min-width: 700px) {
    .grid-row {
        padding: 0;
        width: 90%;
        margin: 0 auto;
    }

    .grid-row--12 {
        max-width: 1399px;
    }

    .grid-row--10 {
        max-width: 1161px;
    }

    .grid-row--8 {
        max-width: 923px;
    }

    .grid-row--6 {
        max-width: 685px;
    }
}
