body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-content{
  width: 100%;
  max-width: 1200px;
  padding-top: 30px;
  box-sizing: border-box;
  font-size: 16px;
}

.page-title{
  text-align: center;
  margin: 20px 0 0 0;
}

#about-us-content{
  width: 100%;
  padding: 0 10px 10px 10px;
  box-sizing: border-box;
}

table{
  max-width: 96vw !important;
}