

.short-top-block {
  margin-top: 70px;
}

#policy-page, #terms-page, #eula {

  color: #333;

  h3 {
    font-size: 26px;
    color: #f63854;
    margin-bottom: 16px;
  }

  h4 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 12px;
    margin-top: 12px;
  }

  ul {
    list-style: inherit;
    padding-left: 24px;
    li {
      list-style: inherit;
    }
  }

  hr {
    border-top: 1px solid #d5d4e9;
  }
}