.page-banner {
  position: relative;
  min-height: 382px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(rgba(25, 30, 34, .62), rgba(25, 30, 34, .62)), url('../images/bnner.webp') center center / cover no-repeat;
  color: #ffffff;
}

.page-banner__content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.page-banner h1 {
  margin: 0 0 12px;
  font: 700 50px/1.1 Arial, sans-serif;
}

.page-banner p {
  margin: 0;
  font: 400 16px/1.4 Arial, sans-serif;
}

@media (max-width: 600px) {
  .page-banner {
    min-height: 260px;
  }

  .page-banner h1 {
    font-size: 38px;
  }
}
