.page-heading__section {
  position: relative;
}
.page-heading__section .container-fluid {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 25px;
  padding-bottom: 70px;
  min-height: calc(100vh - 140px);
}
.page-heading__background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 75px);
}
.page-heading__background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #181818;
  display: block;
}
.page-heading__title {
  margin: 50px 0 100px;
  max-width: 1007px;
}
.page-heading__text {
  max-width: 442px;
  margin: auto 0 30px;
  line-height: 120%;
  letter-spacing: -0.51px;
  font-size: 1.063rem;
}
.page-heading__text_large {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.72px;
  text-transform: uppercase;
  max-width: 329px;
}

@media only screen and (max-width: 1500px) {
  .page-heading__background {
    height: calc(100% + 96px);
  }
  .page-heading__title {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 992px) {
  .page-heading__section .container-fluid {
    min-height: unset;
  }
  .page-heading__title {
    margin-bottom: 80px;
  }
  .page-heading__background {
    height: calc(100% + 57px);
  }
}
@media only screen and (max-width: 576px) {
  .page-heading__section .container-fluid {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .page-heading__section .breadcrumbs {
    display: none;
  }
  .page-heading__title {
    font-size: 3.125rem;
    margin: 0 0 30px;
  }
  .page-heading__title_secondary {
    margin-bottom: 90px;
  }
  .page-heading__text {
    margin-bottom: 20px;
    font-size: 1rem;
    letter-spacing: -0.48px;
  }
  .page-heading__text_large {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1340px) {
  .page-heading__title {
    font-size: 4.063rem;
  }
}

/*# sourceMappingURL=jumbotron.css.map */
