#page-wrapper {
  max-width: 900px;
}
#legal-content {
  padding: 25.5px 30px;
  background-color: white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
body.clean #legal-content {
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: none !important;
}
#legal-content h2 {
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 140%;
  line-height: 1.5;
  text-transform: uppercase;
}
#legal-content h2:first-child {
  margin-top: 0;
}
#legal-content h3 {
  margin-bottom: 30px;
  font-size: 110%;
  line-height: 1.5;
}
#legal-content h4 {
  margin-bottom: 5px;
  font-size: 100%;
  line-height: 1.5;
}
#legal-content p {
  line-height: 1.5;
  margin-bottom: 30px;
}
