.pb__header--simple .pb__header__title {
  margin-top: 20px;
}

.pb__header--hero {
  min-height: 250px;
  height: 35vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.pb__header--hero > .pb__header__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  object-fit: cover;
  filter: brightness(0.8);
}

.pb__header--hero > .pb__header__text {
  z-index: 20;
  padding: 50px 10vw;
  margin: 0 10vw;
}