.page-hero {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: center;
  background: #111;
  background-size: cover;
  background-position: center;
}

.page-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.page-hero__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-hero__title {
  margin: 0;
  color: #fff;
  font-size: 48px;
  line-height: 1.05;
  font-weight: 700;
}
