#customPageTitle {
  display: none;
}
.customPageCenteredContent {
  width: 100% !important;
}
.aboutUs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f6f6f6;
}
.aboutUs img {
  width: 40%;
}
.aboutUs img:first-child{
  aspect-ratio: 9/10;
  object-fit: cover;
}
.aboutUs img:last-child{
  aspect-ratio: 9/11;
  object-fit: cover;
}
.bold{
  font-weight: 600;
}
.textAboutUs {
  width: 53%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.textAboutUs h1,
.textAboutUs h2 {
  font-size: 32px;
  color: #aa1829;
  font-weight: 700;
  margin-bottom: 30px;
}
.textAboutUs p {
  font-size: 15px;
  line-height: 25px;
  color: black;
  margin-bottom: 20px !important;
}
#historyTitle{
  margin-top:30px;
}
@media screen and (min-width: 770px) and (max-width: 1400px) {
  .searchHighlights {
    width: 80%;
    max-width: unset;
  }
  #historyTitle{
    margin-top:0px;
  }
  .aboutUs {
    align-items: stretch;
  }

  .aboutUs img {
    object-fit: cover;
    object-position: right;
  }
  .textAboutUs h1,
  .textAboutUs h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .textAboutUs p {
    font-size: 15px;
    line-height: 18px;
  }
  .textAboutUs h1, .textAboutUs h2{
    margin-bottom: 15px;
  }
  .textAboutUs{
    width: 50%;
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .textAboutUs h1,
  .textAboutUs h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .textAboutUs p {
    font-size: 15px;
    line-height: 18px;
  }
  .textAboutUs h1, .textAboutUs h2{
    margin-bottom: 15px;
  }
  .aboutUs {
    flex-direction: column;
  }
  .aboutUs img {
    width: 100%;
  }
  .aboutUs .mobileElement {
    height: 500px;
    width: 100%;
    object-fit: cover;
  }
  .textAboutUs {
    width: 84%;
    padding: 30px 0;
    margin: auto;
  }
}
