.page-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 20px;
  padding-right: 20px;
}

.page-banner-inner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.page-banner-content {
  display: flex;
  align-items: center;
  gap: 35px;
}

.page-banner-content h1 {
  color: #F2B764;
  padding: 0;
}

.page-banner-title {
    max-width: 500px;
}

@media (max-width: 767px) {
  .page-banner {
      padding-top: 80px;
      padding-bottom: 80px;
  }
  .page-banner-image {
      display: none;
  }
}
  
  
{#
@media (min-width: 1025px) {
  .page-banner-content h1 {
    font-size: 80px;
    line-height: 82px;
  }
}
#}












