:root {
  --animation-time: .5s;
  --animation-delay: .5s;
  --ease-curve: cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

/*
    STYLES FOR EACH LEVELS
*/
body.about .pageContainer {
  min-height: calc(100vh - 80px - 124px);
}
@media screen and (max-width: 767px) {
  body.about .pageContainer {
    min-height: auto;
  }
}
body.about section#about {
  margin-top: 80px;
}
body.about section#about .wrap {
  box-sizing: border-box;
  max-width: 1200px;
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  body.about section#about .wrap {
    padding-top: 10vw;
  }
}
body.about section#about .wrap h1 svg {
  color: black;
  max-width: 500px;
  max-height: 263px;
  width: 40vw;
  height: 27vw;
}
body.about section#about .wrap .body {
  padding: 150px 0 300px;
}
body.about section#about .wrap .body p {
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 1.8em;
}
@media screen and (max-width: 1200px) {
  body.about section#about .wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 1080px) {
  body.about section#about .wrap .body p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.about section#about .wrap {
    padding-top: 13vw !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
  body.about section#about .wrap h1 svg {
    width: 66vw;
    height: 35vw;
  }
  body.about section#about .wrap .body {
    padding: 13vw 0 40vw 0;
  }
  body.about section#about .wrap .body p {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  body.about section#about .wrap .body p {
    font-size: 3.5vw;
  }
}
