.sh-complaints-content {
  position: relative;
  background-color: white;
  border-radius: 6px;
  border: 1px solid #e6e9eb;
  max-width: 1170px;
  margin: 32px auto;
  padding: 32px 32px;
  scroll-margin-top: 80px;
  word-wrap: break-word; /* Because some long URLs break the mobile layout */
  font-family: "Helvetica Neue", Helvetica, Arial, Roboto;
  color: #525252;
  font-size: 14px;
  line-height: 1.5;
}
#app_container .sh-complaints-content p {
  margin-bottom: 4px;
}

@media only screen and (max-width: 768px) {
  .sh-complaints-content {
    padding: 16px 16px;
  }
}

.sh-complaints-content h1,
.sh-complaints-content h2 {
  display: block;
  border-bottom: 1px solid #e6e9eb;
  font-family: Interstate;
}
.sh-complaints-content h1 { font-size: 28px; margin: 60px 0 28px 0; }
.sh-complaints-content h1:first-child {
  margin-top: 0px;
}
.sh-complaints-content h2 { font-size: 24px; margin: 28px 0 16px 0; }