/* ----------------------nora-advantages-header---------------------- */
.nora-advantages-header {
  background: url("../images/header1.webp") no-repeat center/cover;
  width: 100%;
  min-height: 100vh;
}

.nora-advantages-header .container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.title h1 {
  color: var(--bs-white);
  font-size: var(--fs-64);
  font-weight: 700;
  line-height: 2;
}

.title p {
  color: var(--bs-white);
  font-size: var(--fs-24);
  font-weight: 400;
  line-height: 2;
}

.images-arrow {
  min-height: 50vh;
}

/* -------------------------Our vision------------------------ */
.our-vision .title h1,
.our-vision .title p {
  color: var(--bs-black);
}

.our-goals {
  background: url("../images/footer-bg.png") no-repeat center/cover;
  position: relative;
  padding: 5rem;
}

.our-goals::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bs-green);
  opacity: 0.9;
  z-index: -1;
}

.our-goals h3 {
  font-size: var(--fs-32);
  font-weight: 700;
  color: var(--bs-white);
}

.our-goals ul {
  margin: 2rem 4rem;
  list-style: disc;
}

.our-goals h4,
.our-goals ul li {
  font-size: var(--fs-24);
  font-weight: 400;
  color: var(--bs-white);
  line-height: 2;
}
