.page-header {
  overflow: hidden;
}
.page-header .page-width {
  display: flex;
  flex-direction: column;
}
.page-header .page-width .breadcrumbs {
  color: #000;
}
.page-header .page-width .breadcrumbs a {
  color: #000;
}
.page-header .page-width .breadcrumbs a:hover {
  color: #4b4b4b;
}
.page-header .page-width.page-header-text {
  padding-top: 65px;
  padding-bottom: 100px;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .page-header .page-width.page-header-text {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.page-header .page-width .text-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 539px;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .page-header .page-width .text-container {
    width: 100% !important;
  }
}
.page-header .page-width .text-container h1 {
  font-size: var(--heading-md);
  text-transform: uppercase;
  margin-bottom: 11px;
  color: #000;
}
@media only screen and (max-width: 767.98px) {
  .page-header .page-width .text-container h1 {
    font-size: var(--heading-md-tablet);
    margin-bottom: 15px;
  }
}
.page-header .page-width .text-container .text {
  font-size: 14px;
  line-height: 21px;
  color: #000;
}
.page-header .page-width .text-container .text em, .page-header .page-width .text-container .text strong {
  font-size: 14px;
}
.page-header .page-width .text-container .btn {
  margin: 20px auto 0px auto;
}
