.page-title-block {
  margin-bottom: 2.5rem;
  margin-bottom: 1.25rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .page-title-block {
    margin-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .page-title-block {
    margin-bottom: 3.75rem;
  }
}
.page-title-block .block__title {
  font-weight: 400;
}
.page-title-block.has-hero-image {
  padding: 0;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}
.page-title-block.has-hero-image .row {
  padding: 0;
  margin: 0;
}
.page-title-block.has-hero-image h1 {
  font-size: 3rem;
  font-weight: 500;
  padding-bottom: 1.25rem;
}
@media (max-width: 991.98px) {
  .page-title-block.has-hero-image h1 {
    font-size: 2rem;
  }
}
.page-title-block.has-hero-image .below_header__row {
  overflow: hidden;
  padding: 0 !important;
}
@media (max-width: 767.98px) {
  .page-title-block.has-hero-image .below_header__row {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .page-title-block.has-hero-image .below_header__row {
    max-height: 500px;
  }
}
.page-title-block.has-hero-image .below_header__row .below_header__left {
  padding: 0;
}
.page-title-block.has-hero-image .below_header__row .below_header__left img {
  width: 100%;
}
.page-title-block.has-hero-image .below_header__row .below_header__right {
  background: #F4F3EE;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .page-title-block.has-hero-image .below_header__row .below_header__right .featured__heading {
    margin-top: 0.75rem;
  }
}
@media (min-width: 992px) {
  .page-title-block.has-hero-image .below_header__row .below_header__right {
    padding: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .page-title-block.has-hero-image .below_header__row .below_header__right .page-title__copy {
    max-width: 580px;
  }
}

/*# sourceMappingURL=title-block.css.map */
