.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;
}

h1, #customPageTitle {
  display: none;
}

.aboutContainer {
  display: flex;
  width: 90%;
  align-items: center;
  margin: 5rem auto;
  gap: 5%;
}

.right {
  width: 100%;
}

.aboutContainer .right img {
  width: 100%;
}

.left {
  width: 100%;
}

.leftone {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin-bottom: 4rem;
}

.lefttwo {
  display: flex;
  flex-direction: column;
  width: 90%;
}

@media screen and (min-width: 769px) and (max-width: 1105px) {
}

@media screen and (max-width: 1100px) {
  .aboutContainer {
    flex-direction: column;
    margin: auto;
  }

  .leftone, .lefttwo {
    width: 100%;
    margin-top: 47px;
    margin-bottom: 30px;
  }
  
}
