#customPageTitle {
  display: none
}

h1 {
  opacity: 0;
  margin-top: 40px;
  margin-bottom: 45px
}

.centeredContent>section {
  width: 95%;
  margin: 0 auto
}

.centeredContent>section {
  width: 100%
}

.row {
  display: flex;
  flex-direction: row
}

.row:nth-of-type(even) {
  flex-direction: row-reverse
}

.row:nth-of-type(odd) .col-2:first-child .info.onViewport {
  opacity: 0;
  -webkit-animation: fade-in-left 0.5s cubic-bezier(.39, .575, .565, 1) 0.2s both;
  animation: fade-in-left 0.5s cubic-bezier(.39, .575, .565, 1) 0.2s both
}

.row:nth-of-type(even) .col-2:first-child .info.onViewport {
  opacity: 0;
  -webkit-animation: fade-in-right 0.5s cubic-bezier(.39, .575, .565, 1) 0.2s both;
  animation: fade-in-right 0.5s cubic-bezier(.39, .575, .565, 1) 0.2s both
}


.leftText.onViewport {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(.39, .575, .565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(.39, .575, .565, 1) both
}

.rightText.onViewport {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(.39, .575, .565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(.39, .575, .565, 1) both
}

.imgBox.onViewport {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(.39, .575, .565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(.39, .575, .565, 1) both
}

.bkgImg {
  display: block;
  width: 100vw;
  height: 100%;
}

.bkgImg img {
  width: 100%;
  height: 100%;
}
.infoContainer {
  width: 90%;
  top: 0;
  padding: 0;
  margin: 2rem auto 4rem;
  gap: 0;
}
.box {
  display: flex;
}
.box:nth-child(even) {
    flex-direction: row-reverse;
}
.imgContainer {
  width: 48%;
  height: 100%;
}
.imgContainer img{
  width: 100%;
  aspect-ratio: 680/596;
  object-fit: cover;
}

@media screen and (max-width: 1100px) {
  .row {
    flex-direction: column
  }

  h1 {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: calc(var(--h1-font-size) - 5px);
    line-height: calc(var(--h1-line-height) - 5px)
  }

  .row:nth-of-type(even) {
    flex-direction: column
  }

  .col-2 {
    width: 100%
  }

  .info {
    width: 92%;
    margin: 40px 0
  }

  .centeredContent h2 {
    margin-bottom: 1rem;
  }

  .videoBanner {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9
  }

  .locationsContainer {
    flex-direction: column
  }

  .locationTitle {
    font-size: 25px;
    line-height: 30px;
  }

  .ourLocation {
    margin: 4rem auto;
    gap: 3rem;
  }

  .locationsContainer {
    display: flex;
    gap: 3rem;
  }

  .locationName {
    font-size: 25px;
    line-height: 30px;
  }

  .locationAddress {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .container {
    flex-direction: column;
    width: 90%;
    gap: 0;
    margin-bottom: 20px;
  }
    .textContainer {
  width: 100%;
  gap: 0;
  padding: 35px 8% 35px 5%;
  }
.imgContainer img{
  width: 100%;
  aspect-ratio: 351/411;
  object-fit: cover;
}
  .locationContainer {
    width: 100%;
}
.imgContainer {
    width: 100%;
}
  .rightText,
  .rightText p,
  .leftText p,
  .info,
  .info p {
    width: 100%
  }

  .rightText {
    gap: 10px
  }

  .reverse {
    flex-direction: column-reverse
  }

  .imgBox {
    width: 100%;
    flex-direction: column;
    gap: 20px
  }

  .imgBox img {
    width: 100%
  }


  .imagesContainer {
    width: 100%
  }

  .infoDescription {
    width: 100%
  }

  .textInfo {
    width: 100%
  }

  .bkgImg {
    height: auto;
  }

  .bkgImg .imgMobile {
    display: block;
  }

  .bkgImg .imgDesktop {
    display: none;
  }

  .infoContainer {
    display: flex;
    flex-direction: column;
    margin: 1.5rem auto;
  }

  .articleBox {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }

  .article {
    width: 100%;
  }

  .bottomInfo {
    bottom: 50px
  }

  .bottomTitle {
    font-size: 30px;
    line-height: 30px;
    width: 90%;
  }

  .bottomText {
    font-size: 14px;
    line-height: 17px;
    font-weight: 100;
    width: 82%;
  }

  .statsInfo {
    display: flex;
    flex-direction: column;
    margin: 0 auto 2rem;
  }

  .statItem {
    margin: 5rem auto;
  }

  .statNumber {
    font-size: 50px;
  }

  .statName {
    font-size: 30px
  }
}