html {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 18px;
  }
}

.page-aboutus {
  font-size: 1rem;
  text-align: justify;
  padding-bottom: 30px;
}

.page-aboutus .container {
  padding: 0 12px;
}

.page-aboutus h1 {
  font-size: 1.75rem;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.page-aboutus h2 {
  font-size: 1.25rem;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-aboutus p {
  margin-top: 15px;
  margin-bottom: 15px;
}

.page-aboutus .milestone dt {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}

.page-aboutus .milestone dd {
  margin-left: 5px;
}

.page-aboutus .milestone dd ul {
  padding-left: 1.25rem;
}
