#customPageTitle {
  display: none;
}
h1 {
  opacity: 0;
  margin-top: 40px;
  margin-bottom: 20px;
}
.centeredContent > section {
  width: 98%;
  margin: 0 auto;
}

.centeredContent > .aboutPage {
  max-width: 1426px;
}

.aboutTopImg {
  display: block;
  width: 100%;
  margin: 0 0 35px;
}

.imgTop {
  display: block;
  width: 100%;
  height: auto;
}

.aboutContentRow {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 40px;
  margin: 0 auto 40px;
}

.aboutContentRow:last-child {
    margin-bottom: 0px;
}
.aboutContentRow .aboutTextCol .info.onViewport {
  opacity: 0;
  -webkit-animation: fade-in-right 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
  animation: fade-in-right 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.col-2 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.aboutTextCol {
  justify-content: flex-start;
  width: 43%;
  margin: 1% 0 3% 2%;
}

.aboutImageCol {
  width: 57%;
}

.imgContainer,
.img {
  width: 100%;
  display: block;
  height: auto;
  margin: 0;
}

.centeredContent {
  width: 100%;
  max-width: 1426px;
  margin: calc(((100% - var(--web-container)) / 2));
  margin-top: 0;
}

.info {
  width: 100%;
  max-width: 590px;
  font-size: 12px;
  line-height: 16px;
  color: var(--base);
}

.centeredContent h2 {
  margin: 0 0 28px;
  width: 100%;
  max-width: unset;
  text-transform: uppercase;
  color: var(--secondary);
  font-family: 'Akzidenz-Grotesk BQ Extended';
  font-weight: var(--custom-titles-font-weight);
  font-size: 20px;
  line-height: 22px;
}

.info h3 {
  margin: 0 0 4px;
  font-family: var(--secondary-font);
  font-size: var(--base-font-size);
  font-weight: 700;
  line-height: 20px;
}

.info p {
  margin: 0 0 28px;
  font-family: var(--secondary-font);
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.info p:last-child {
  margin-bottom: 0;
}

.imgContainer {
  overflow: hidden;
}

.img {
  object-fit: cover;
}
.videoBanner {
  height: calc(100svh - var(--menu-height));
  width: 100%;
  object-fit: cover;
}

h1, #customPageTitle {
  text-align: left;
  text-transform: uppercase;
  font-family: var(--secondary-font);
  letter-spacing: 2px;
}
@media screen and (max-width: 1100px) {


  .aboutContentRow {
    flex-direction: column;
    gap: 24px;
  }
  h1 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: calc(var(--h1-font-size) - 5px);
    line-height: calc(var(--h1-line-height) - 5px);
  }
  .aboutTextCol,
  .aboutImageCol {
    width: 100%;
  }

  .info {
    width: 100%;
    max-width: unset;
    margin: 0;
  }


  .videoBanner {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
  }
  .centeredContent h2 {
    margin-bottom: 20px;
}
}

@media screen and (max-width: 768px) {
  .aboutTopImg {
    margin-bottom: 24px;
  }

  .centeredContent h2 {
    font-size: 18px;
    line-height: 20px;
  }
}
