.page-news {
  padding: 15vh 0 100px;
}
.page-news h1 {
  font-family: "Graublau Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 64px;
  line-height: 120%;
  /* identical to box height, or 77px */
  letter-spacing: -0.02em;
  max-width: 500px;
  text-align: center;
  color: var(--orange1);
  margin: auto;
}
@media (max-width: 767px) {
  .page-news h1 {
    font-family: "Graublau Sans";
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.02em;
  }
}
/*# sourceMappingURL=https://fsm.kniff.at/wp-content/build/scss_library/2d3fc821bb1e3484f49462f21f05ef1188717e19.css.map */