.page-banner {
  position: relative;
  min-height: 238px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-banner__overlay {
  position: absolute;
  inset: 0;
  background-color: #3b52a4;
  opacity: 0.46;
  pointer-events: none;
}

.page-banner .container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.page-banner__title {
  margin: 0;
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

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

  .page-banner__title {
    font-size: 20px;
  }
}
