.aboutPage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

/* @media only screen and (max-width: 768px) {
    .aboutSection:first-child{
        margin-top: 20%;    
    }
} */

.aboutSection {
  width: 90vw;
}

.aboutSection:last-child {
  margin-bottom: 50px;
}

.aboutSection:nth-child(even){
  text-align: end;
}
