html, body {
  overflow-x: hidden;
}

.incorporatedAdjust {
  font-size: 0.83333vw;
}

@media only screen and (max-width: 800px) {
  .incorporatedAdjust {
    font-size: 3.73333vw;
  }
}

.missionVisionAdjust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.objectiveAdjust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.objectiveAdjust li {
  list-style: square;
  padding-bottom: 1.04167vw;
  color: black;
}

@media only screen and (max-width: 800px) {
  .ourMission .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 800px) {
  .objectiveContainer .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.organisationAdjust li {
  list-style: square;
  padding-bottom: 1.04167vw;
  color: black;
}

@media only screen and (max-width: 800px) {
  .organisationAdjust {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.objectiveImgAdjust {
  width: 23.4375vw;
  height: 23.4375vw;
  margin-left: 7.8125vw;
}

@media only screen and (max-width: 800px) {
  .objectiveImgAdjust {
    width: 80vw;
    height: 80vw;
  }
}

.objectiveImgAdjust img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 800px) {
  .objectiveAdjust ul {
    margin-left: 8vw;
    width: unset;
  }
  .organisationAdjust ul {
    width: unset;
    margin-left: 8vw;
  }
}
/*# sourceMappingURL=about.css.map */