.section--page-header {
  padding: 25% 0 135px;
  position: relative;
}

@media (max-width: 575px) {
  .section--page-header {
    padding: 100px 0 50px;
  }
}

.section--page-header::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

.section--page-header .container {
  position: relative;
  z-index: 2;
}

/*# sourceMappingURL=page-header.css.map */
