:root {
  --background-color: #f9f6ec;
  --background-color-secondary: #a6a6a6;
}

.ourStoryContainer {
  display: flex;
  max-width: 65%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9rem;
  padding: 8rem 0;
}

.ourTitle {
  font-size: 9rem;
  color: black;
  font-family: var(--font-windSong);
  font-weight: 100;
}

.descriptionOurContainer {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 3rem;
}

.ourDescription {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 2rem;
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: black;
  font-family: var(--font-noto);
  font-weight: 100 !important;
  margin-bottom: 4rem;
}

.ourImageContainer {
  position: relative;
  display: flex;
  text-align: center;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 2rem;
  margin-bottom: 12rem;
}

.imageOurStory {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imageOurText {
  z-index: 3;
}

.imageOurText h1,
.imageOurText p {
  font-size: 7rem;
  color: white;
  font-family: var(--font-windSong);
  font-weight: 100;
}

.imageOurText h1 {
  margin: 6rem 0 1rem 0;
  font-family: var(--font-noto);
}
