#customPageTitle {
  display: none;
}
.banner {
  width: 100%;
  display: flex;
}
.bannerCol {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #D8D0BB;
}
.bannerCol h1 {
  font-family: "PlayfairDisplay";
  font-size: 6rem;
  width: 36rem;
  line-height: 6.4rem;
}
.bannerCol p {
  text-align: right;
  color: #D8D0BB;
  margin-top: 3rem;
  font-size: 1.5rem;
}
.textContainer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
}
.bannerCol h2 {
}
.customRow {
  margin: 2rem 0;
  border-top: 1px solid #D8D0BB;
  border-bottom: 1px solid #D8D0BB;
  padding: 5rem 0;
  display: flex;
  align-items: flex-start;
}
.customCol {
  width: 50%;
  display: flex;
  justify-content: center;
}
.customCol:first-child {
  margin-right: 5rem;
  justify-content: right;
  width: 40%;
}
.customCol:last-child {
  margin-left: 5rem;
  justify-content: left;
  width: 55%;
}

.customCol h2 {
  color: #D8D0BB;
  font-size: 5.6rem;
  width: 27rem;
  font-family: "PlayfairDisplay";
}
.customCol h3 {
  font-family: "PlayfairDisplay";
  font-size: 2.1rem;
  line-height: 2.5rem;
  margin-top: 0.7rem;
}
.customCol p {
  width: 59rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 2rem;
}
.customCol p:last-child {
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .banner {
    flex-direction: column;
  }
  .bannerCol {
    width: 100%;
  }
  .textContainer {
    margin: 5rem 0;
    width: 80%;
  }
  .bannerCol p {
    margin-top: 2rem;
  }
  .customRow .textContainer {
    margin: 0rem auto;
    width: 80%;
  }
  .customCol p {
    width: 100%;
    margin-top: 2rem;
  }
  .customRow {
    flex-direction: column;
    width: 100%;
    padding: 1rem 0;
  }
  .customCol {
    width: 100%;
  }
  .customCol:last-child {
    margin-left: 0rem;
    width: 100%;
  }
  .customCol:first-child {
    width: 100%;
    margin-right: 0rem;
    justify-content: center;
  }
  .customCol h2 {
    margin-top: 2rem;
    width: 100%;
  }
  .bannerCol h1 {
    font-size: 5rem;
    width: 100%;
    line-height: 5.4rem;
  }
}
