/* PAGE HERO SECTION */
.page-hero {
  padding: 180px 0 80px 0;
  min-height: 627px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f9f7f4 0%, #fff5e6 100%);
}

.page-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: 
    linear-gradient(135deg, rgba(255, 255, 255, 0.65) 0%, rgba(114, 47, 55, 0.12) 50%, rgba(90, 45, 74, 0.15) 100%),
    linear-gradient(to bottom, rgba(139, 90, 60, 0.05), rgba(114, 47, 55, 0.08));
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  font-size: 48px;
  color: #fff;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-hero p {
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.page-hero__bg[style*="background-image"] {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
