.page-hero.page-hero--listing {
  height: 300px;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
  position: relative;
}

.page-hero.page-hero--listing img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
  display: block;
}

.page-hero.page-hero--listing h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  padding: 0 16px;
  max-width: 90vw;
  line-height: 1.15;
}

@media (max-width: 600px) {
  .page-hero.page-hero--listing {
    height: 240px;
    border-radius: 0 0 20px 20px;
  }

  .page-hero.page-hero--listing h1 {
    font-size: 26px;
  }
}
