body {
  background-color: #fff;
}
.page_title {
  font-size: 46px;
  color: #000;
  text-align: center;
  padding: 6rem;
}

.text-container {
  width: 90%;
  margin: 16px auto;
  max-width: 1200px;
}
.text-container h3 {
  font-size: 22px;
  color: #333;
}
.text-container p {
  font-size: 16px;
  color: #333;
}
ul li {
  color: #333;
  list-style: disc;
}
.section-footer {
  margin-top: 64px;
}
