.page-template-new-page p.has-extra-small-font-size {
  font-size: 12px !important;
}
.page-banner--img,
.post-thumbnail {
  position: relative;
  z-index: 1;
}
.page-banner--img .page-title .header-title {
  font-size: clamp(25px, 3vw, 50px);
  line-height: clamp(40px, 3.5vw, 70px);
  font-weight: 700;
  color: #fff;
}
.page-banner--img .page-title .header-title span {
  font-weight: 400;
}
.page-banner--img .page-title {
  position: absolute;
  bottom: 100px;
  left: 0;
  max-width: 1140px;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.page-banner--img .post-thumbnail:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient( to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) );
}

@media (max-width: 767px) {
  .page-banner--img .post-thumbnail img {
    height: 300px !important;
    width: 100% !important;
    display: block;
    object-fit: cover;
  }
  .page-banner--img .page-title {
    bottom: 20px;
  }
}

.page-template-new-page em + sup {
  margin-left: 2px;
}


.page-template-careers .gcc-lets-get-in-touch {
    display: none;
}