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

.centeredContent > section {
  width: 100%;
}

.row {
  display: flex;
  flex-direction: row;
  /* width: var(--web-container); */
  margin: 0px auto 40px;
}

.row:nth-of-type(even) {
  flex-direction: row-reverse;
}
.row:nth-of-type(odd) .col-2:nth-child(2) .info.onViewport {
  opacity: 0;
  -webkit-animation: fade-in-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s
    both;
  animation: fade-in-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}
.row:nth-of-type(even) .col-2:nth-child(2) .info.onViewport {
  opacity: 0;
  -webkit-animation: fade-in-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s
    both;
  animation: fade-in-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}
.row:last-of-type {/* background: var(--secondary); *//* color: var(--base-aux); */margin-bottom: 0px;flex-direction: row;}

.row:last-of-type img {
    border-radius: 0px;
}

.row:first-of-type {
    /* width: var(--web-container); */
    flex-direction: row-reverse;
    margin-bottom: 0px;
}
.col-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}

.imgContainer,
.img {
  width: 100%;
  display: block;
  /* border-radius: var(--border-radius-small); */
  /* height: calc(100dvh - 172px); */
}
.boxContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.midInfo {
    width: 100%;
    display: flex;
    gap: 18px;
    margin: 58px 0;
}

.card {
    background: #F7F7F7;
    border-radius: 20px;
    padding: 42px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
}

.cardTitle {
    font-size: 18px;
    font-weight: 600;
    color: #63AE32;
    text-align: center;
    margin-bottom: 20px;
}

.cardInfo {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}
.left {
    width: 100%;
    margin: auto;
    opacity: 0;
}
.right {
    width: 100%;
    opacity: 0;
}
.bannerContainer {
    margin: auto;
    width: 100%;
    opacity: 0;
}

.bannerContainer img {
    width: 100%;
    margin: auto;
}
.mainBanner img {
    width: 100%;
   ;
}
.left img {
    width: 100%;
    margin: auto;
}
figure.aboutLogo {
    width: 100%;
    margin: auto;
}

figure.aboutLogo img {
    width: 96px;
    height: 96px;
}

.descriptionCustom span {
    font-weight: 600;
    color: #63AE32;
}

.descriptionCustom {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.centeredContent {
  width: 85% !important;
  margin: 68px auto;
}

.info {
  opacity: 0;
  width: 55%;
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
}

.row:nth-of-type(odd) .col-2:nth-child(2) .info.onViewport {
    animation: fade-in-right 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    -webkit-animation: fade-in-right 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}
p.aboutTextTitle {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 36px;
}

.centeredContent h2 {
  margin-bottom: 30px;
  /* text-transform: uppercase; */
  width: 100%;
  max-width: unset;
  font-weight: var(--custom-titles-font-weight);
  font-size: var(
  --group-font-size);
  line-height: var(
  --group-line-height);
}.row1About {
    font-size: 36px;
    line-height: 56px;
    font-style: italic;
}

.row1About strong {
    font-style: normal;
}

h2.row2About {
    font-size: 30px;
    margin-bottom: 80px;
    line-height: 40px;
}
.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) {
  .centeredContent {
    margin: 0 auto !important;
  }

  #header .right {
    opacity: 1;
  }

  .row {
    flex-direction: column !important;
  }
  
.imgContainer, .img {
    height: auto;
}
  .midInfo {
   flex-direction:column;
   width: 100%;
   margin: auto;
}
.boxContainer {
    width: 100%;
    grid-template-columns:  1fr;
    margin: 30px auto;
    gap: 30px;
}
  .cardTitle {
    font-size: 16px;
}
  .card {
    background: #F7F7F7;
    border-radius: 20px;
    padding: 30px;

    opacity: 0;
}
  .boxContainer > *:last-child {
    grid-row: 1;
}
section.info {
    text-align: center;
    width: 90%;
    width: 78%;
}

p.aboutTextTitle {
    font-size: 25px;
    line-height: normal;
}
  h1 {
    margin-top: 30px;
    margin-bottom: 15px;
    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%;
  }
.row:first-of-type {
    width: 100%;
    margin-bottom: 20px;
}
  .info {
    width: 92%;
    margin: 40px 0;
  }
  .bannerContainer {
   margin-top:26px;
}

.row1About {
    font-size: var(--slider-font-size);
    line-height: 30px;
}

h2.row2About {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 51px;
}

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

  .bannerContainer img {
    margin: 0 auto 30px;
    border-radius: 20px;
  }
}
