.page-hero {
  position: relative;
  width: 100%;
  background: linear-gradient(270deg, rgba(234, 224, 207, 0) 40.56%, rgba(247, 244, 237, 0.63) 53.79%, #FFF 83.93%), lightgray 0px -47.24px/100% 274.423% no-repeat;
  overflow: hidden;
  min-height: 350px;
}
@media (max-width: 768px) {
  .page-hero {
    min-height: 500px;
    background: linear-gradient(180deg, rgba(234, 224, 207, 0) 29.17%, rgba(247, 244, 237, 0.63) 44.94%, #FFF 80.86%), lightgray -260.813px 0px/170.369% 100% no-repeat;
  }
}
.page-hero.c_services .page-hero__content {
  max-width: 720px;
}
.page-hero.c_services .page-hero__tagline {
  color: #736258;
  font-weight: 700;
  line-height: 28px;
}
.page-hero--dark-green {
  background: #3B5248;
  background-image: none;
}
@media (max-width: 768px) {
  .page-hero--dark-green {
    background: #3B5248;
    background-image: none;
  }
}
.page-hero--dark-green .page-hero__gradient {
  display: none;
}
.page-hero--dark-green .page-hero__heading {
  color: #eae0cf;
}
.page-hero--dark-green .page-hero__tagline {
  color: #eae0cf;
}
.page-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.page-hero__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  position: absolute;
  left: 0;
  display: block;
}
.page-hero__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(234, 224, 207, 0) 40.556%, rgba(247, 244, 237, 0.63) 53.791%, #ffffff 83.934%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .page-hero__gradient {
    background: linear-gradient(to bottom, rgba(234, 224, 207, 0) 0%, rgba(247, 244, 237, 0.63) 50%, #ffffff 100%);
  }
}
.page-hero .container {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 350px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .page-hero .container {
    min-height: 500px;
    align-items: flex-end;
  }
}
.page-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  max-width: 594px;
}
@media (max-width: 768px) {
  .page-hero__content {
    padding: 60px 20px;
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 320px) {
  .page-hero__content {
    padding: 64px 24px;
  }
}
.page-hero__heading {
  font-size: 55px;
  font-weight: 700;
  color: #2c3e36;
  line-height: 65px;
  margin: 0 0 24px 0;
  font-family: "Gotham", sans-serif;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .page-hero__heading {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 0;
  }
}
.page-hero__tagline {
  font-size: 24px;
  font-weight: 700;
  color: #736258;
  line-height: 32px;
  margin: 0;
  font-family: "Gotham", sans-serif;
}
@media (max-width: 768px) {
  .page-hero__tagline {
    font-size: 20px;
    line-height: 28px;
    margin-top: 25px;
  }
}
@media (max-width: 320px) {
  .page-hero__tagline {
    font-size: 18px;
    line-height: 24px;
  }
}