body main .aboutUsWrapper {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  max-width: 60%;
}
body main .aboutUsWrapper * {
  text-align: center;
}
body main .aboutUsWrapper h3 {
  margin: 20px auto;
  line-height: 35px;
}
main {
  flex: 2;
  padding: 20px;
  overflow: auto;
}
