#customPageTitle {
  display: none;
}

.customPageCenteredContent {
  width: 100% !important;
  min-width: 0;
  margin: 0;
  font-size: 15px;
  line-height: 19px;
}

h1 {
  width: 90%;
  margin: 5.5rem auto 2.5rem;
  font-size: 2.4rem;
  line-height: 2.8rem;
  text-align: center;
  max-width: 666px;
  letter-spacing: 0;
}

.text {
  width: 70%;
  margin-left: 15%;
  line-height: 1.8rem;
}

.title {
  font-size: 2.4rem;
  line-height: 2.8rem;
  width: 75%;
  margin-left: 15%;
  margin-bottom: 3rem;
}

.subtitle {
  width: 90%;
  text-align: center;
  line-height: 1.8rem;
  max-width: 800px;
  margin: 0 auto 4rem;
}

.wideImage {
  width: 100%;
  display: block;
}

.rightTextImage {
  width: 100%;
  display: flex;
  background-color: #f4f4f4;
  margin-top: 2rem;
}

.textContainer {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rightImage {
  width: 50%;
}

.leftImage img,
.rightImage img,
.bigImage img,
.wideImage img {
  width: 100%;
  display: block;
}

.leftImage {
  width: 50%;
}

.leftTextImage {
  width: 86%;
  margin: 60px auto;
  display: flex;
}

.bigImage {
  width: 96%;
  margin-left: 2%;
  margin-top: 20px;
  display: block;
  margin-bottom: 3rem;
}

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

@media screen and (max-width: 1100px) {
  .title {
    width: 90%;
    margin-left: 0%;
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }

  h1 {
    width: 90%;
    margin-left: 5%;
    margin-top: 5.5rem;
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
  }

  .text {
    font-size: 15px;
    width: 100%;
    margin-left: 0;
    line-height: 20px;
  }

  .title {
    margin-top: 10%;
    font-size: 28px;
    width: 100%;
    margin-left: 0;
    max-width: unset;
  }

  .subtitle {
    width: 90%;
    margin-left: 5%;
    margin-top: 3.5rem;
    margin-bottom: 35px;
    font-size: 15px;
    text-align: left;
    line-height: 19px;
    max-width: 750px;
  }

  .rightTextImage {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .textContainer {
    width: 89%;
    display: flex;
    flex-direction: column;
    margin-left: 5.5%;
    justify-content: space-evenly;
  }

  .rightImage {
    width: 100%;
    margin-top: 30px;
  }

  .leftImage {
    width: 90%;
    margin-left: 5%;
    margin-top: 30px;
  }

  .leftTextImage {
    width: 100%;
    margin: 40px auto 20px;
    display: flex;
    flex-direction: column-reverse;
  }

  .bigImage {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }

  .bigImageMob {
    display: block;
  }
}
