#customPageTitle {
  display: none;
}

h1 {
  text-align: left;
  opacity: 1;
  display: block;
}
p{
  line-height: 20px;
}
.title{
  display: block;
}
.centeredContent > section {
  width: 95%;
  margin: 0 auto;
}

.centeredContent > section {
  padding-bottom: 56px;
  width: 100%;
  height: auto;
}
.aboutUs{
  height: 58dvh;
  box-shadow: 0px 34px 17px -7px rgba(0,0,0,0.1);
}
.aboutUsMobile{
  display: none;
}
.row {
  width: 85%;
  margin: 0 auto;
  margin-top: 40px;
  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(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:first-child .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;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
}

.imgContainer {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img{
  position: absolute;
  width: 100%;
}
.img:nth-child(1) {position: relative;width: 74%;}
.img:nth-child(2) {
  width: 14rem;
  z-index: 4;
  top: 118px;
  right: -51px;
}
.img:nth-child(3) {
  width: 17rem;
  z-index: 3;
  bottom: -39px;
  left: -18px;
}
.centeredContent {
  width: 100%;
  margin: 0;
}

.info {
  opacity: 0;
  width: 100%;
}
.secondSection{
  height: auto;
  width: 100%;
  font-size: var(--base-font-size);
}

.secondSection p{
  width: 85%;
  margin: 7% auto;
}

.cutContainer{
  height: 10px;
  width: 100%;
  position: relative;
}
.cutContainer2{
  width: 100%;
  position: relative;
  transform: rotate(180deg);
}
.cut:nth-child(1){
  top: -60px;
  right: 0;
  position: absolute;
  transform: rotate(2deg);
}
.cut:nth-child(2){
  top: -62px;
  left: 0;
  position: absolute;
}
.col-2,
.secondSection,
.thirdSection{
  font-size: calc(var(--base-font-size) - 2px);
  line-height: calc(var(--h1-line-height) - 10px);
}
.thirdSection{
  height: auto;
  width: 100%;
  padding-top: 30px;
  box-shadow: 0px -34px 17px -7px rgba(0,0,0,0.1);
}
.column-2{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 85%;
  margin: 50px auto 8%;
}
.imagesBox{
  width: 100%;
  margin: 0px auto 40px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  justify-content: center;
  gap: 10px;
}
.images{
  height: 254px;
}
.centeredContent h2 {
  /* margin-bottom: 10px; */
  /* text-transform: uppercase; */
  /* width: 100%; */
  /* max-width: unset; */
}
.videoBanner {
  height: calc(100svh - var(--menu-height));
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {

  h1 {
    margin-top: 30px;
    margin-bottom: 0px;
    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: 17px;
  }
  .videoBanner {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 768px){
  h1{
    margin: 0 0 20px;
    font-size: calc(var(--h1-font-size) - 3px);
  }  
  p{
    font-size: var(--base-font-size);
    line-height: calc(var(--h1-line-height) - 10px);
  }
  img{

  }
  .row{
    flex-direction: column;
    margin-top: 0px;
  }
  .centeredContent > section {
    width: 100%;
    margin: auto;
    height: auto;
    padding-bottom: 0px;
  }
  .info{
    margin: 30px auto 40px;
    width: 100%;
    opacity: 1;
  }
  .section p {
    width: 90%;
    margin: auto;
}
  .aboutUs{
    display: none;
  }
  .aboutUsMobile{
    display: flex;
    height: 100dvh;
    box-shadow: 0px 34px 17px -7px rgba(0,0,0,0.1);
  }
  .imgContainer{
    margin: 20px 0;
    width: 100%;
    height: unset;
  }
  .img{
    position: relative;;
  }
  .img:nth-child(1){
    width: 100%;
    top: 0;
    left: 0;
  }
  .cutContainer{
  height: 60px;
  }
  .secondSection{
    margin-top: 20px;
  }
  .secondSection p {
    width: 85%;
    margin: 0 auto 70px;
  }   
  .imagesBox{
    grid-template-columns: 1fr;
    gap:0;
  }
  .images {
    width: 100%;
    height: auto;
  }

}