#customPageTitle {
  display: none
}

.customPageCenteredContent {
  margin: 2.5rem auto 7rem;
  margin-top: 0px;
}

h1 {
  width: 100%;
  margin: .5rem auto .5rem;
  max-width: unset;
  text-align: left;
  letter-spacing: 0;
  font-size: 65px;
  line-height: 69px;
  overflow: hidden;
  float: left
}

h2 {
  width: 100%;
  font-size: 65px;
  line-height: 69px;
  font-weight: 900;
  text-align: left;
  max-width: unset;
  float: left;
  margin-top: .5rem
}

p {
  font-weight: 400;
  width: 100%;
  max-width: 736px;
  font-size: 41px;
  line-height: 55px;
  font-style: italic
}

.invert {
  filter: brightness(0) invert(1)
}

.mainImgContainer {
  position: relative;
  width: 100%;
  height: 82vh;
  overflow: hidden
}

.textBox p {
  font-style: unset
}

.aboutImg {
  position: relative;
  float: left;
  width: 50%;
  height: -webkit-fill-available;
  object-fit: cover;
  object-position: top
}

#headerDummy {
  height: 0
}

.textContainer {
  position: relative;
  width: 90%;
  display: flex;
  align-items: center;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.titleBox {
  position: relative;
  width: 50%;
  float: left;
  height: 100%
}

.textBox {
  position: relative;
  width: 40%;
  margin-left: 5%;
  float: left;
  margin-top: 40px
}

.titleBox h2 {
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  margin-left: 5%;
}

.textBox p {
  font-size: 13px;
  line-height: 22px;
  font-weight: 300;
}

.textBox span {
  font-weight: 600;
  font-style: normal
}

@media screen and (min-width: 769px) and (max-width:1105px) {
  #content {
      min-width:unset
  }
}

@media screen and (max-width: 1100px) {
  .customPageCenteredContent {
      margin: 0px;
  }

  h1,h2 {
      margin-top: 0;
      font-size: 2.8rem;
      line-height: 3.2rem
  }
  .aboutImg {
  width: 100%;
  height: 280px;
}

.mainImgContainer.mobileElement {
  height: auto;
}

.textContainer {
  flex-direction: column;
}

.titleBox {
  width: 100%;
}

.titleBox h2 {
  font-size: 22px;
  margin-top: 10px;
  width: 140px;
  margin-bottom: 10px;
  line-height: 28px;
  margin-left: 0px;
}

.textBox {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0px;
  margin-right: 5%;
}

.textContainer:last-child {
  margin-bottom: 30px;
}

  p {
      font-size: 21px;
      line-height: 31px;
      margin-bottom: 5px
  }
}
