@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Proza+Libre:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
section.page-header {
  height: 100svh;
  width: 100%;
  position: relative;
}
section.page-header .image {
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
section.page-header .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #FFFCF7;
  z-index: 2;
  text-align: center;
  padding: 0 max(4vw, 20px);
  margin: 30px 0;
  font-size: calc(1.3083333333rem + 3.837037037vw);
}
@media (min-width: 1800px) {
  section.page-header .title {
    font-size: 5.625rem;
  }
}
@media (max-width: 768px) {
  section.page-header .title {
    margin-bottom: 85px;
  }
}

.where-page section.page-header {
  z-index: 2;
}
/*# sourceMappingURL=../../maps/general/page-header/page-header.css.map */
