.page-header-text-image {
  overflow: hidden;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 114px;
}
.page-header-text-image .page-header-container {
  padding: 0 0 82.5px;
}
@media only screen and (max-width: 767.98px) {
  .page-header-text-image .page-header-container {
    padding: 64px 0 21px;
  }
}
.page-header-text-image .image-container img,
.page-header-text-image .image-container svg,
.page-header-text-image .image-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-header-text-image .overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-colour);
  z-index: 0;
}
@media only screen and (max-width: 767.98px) {
  .page-header-text-image .overlay {
    background: var(--mb-bg-colour);
  }
}
.page-header-text-image .page-width {
  position: relative;
  z-index: 1;
  color: white;
}
.page-header-text-image .page-width .breadcrumbs {
  font-weight: 100;
}
.page-header-text-image .page-width .breadcrumbs ul {
  margin-top: 0;
  margin-bottom: 20px;
}
.page-header-text-image .page-width .breadcrumbs ul a {
  color: white;
  font-size: 14px;
  font-weight: 100;
}
.page-header-text-image .page-width .breadcrumbs ul a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767.98px) {
  .page-header-text-image .page-width .breadcrumbs ul {
    margin-bottom: 0;
  }
}
.page-header-text-image .page-width .text-container {
  max-width: 604px;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .page-header-text-image .page-width .text-container {
    width: 100%;
  }
}
.page-header-text-image .page-width .text-container h1 {
  margin-bottom: 20px;
  line-height: 70px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
}
.page-header-text-image .page-width .text-container h1 img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767.98px) {
  .page-header-text-image .page-width .text-container h1 {
    margin-bottom: 22px;
    line-height: 60px;
  }
}
.page-header-text-image .page-width .text-container .text,
.page-header-text-image .page-width .text-container .text p {
  line-height: 21px;
  margin-bottom: 10px;
  font-weight: 100;
}
.page-header-text-image .page-width .text-container .text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 21px;
}
@media only screen and (max-width: 767.98px) {
  .page-header-text-image .page-width .text-container .text {
    -webkit-line-clamp: 6;
  }
}
.page-header-text-image .page-width .text-container .read-more-btn {
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
  text-underline-offset: 2px;
  color: white;
  transition: all 0.3s ease-in-out;
  letter-spacing: 1.4px;
  font-size: 14px;
  line-height: 17px;
}
.page-header-text-image .page-width .text-container .read-more-btn:hover {
  opacity: 0.8;
}
.page-header-text-image .page-width.center {
  text-align: center;
  display: flex;
  justify-content: center;
}
.page-header-text-image .page-width.right {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
