* { box-sizing: border-box; }
html { background: #fff; color: #171717; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.65; }
.terms { width: min(900px, calc(100% - 40px)); margin: 0 auto; padding: 64px 0 96px; }
h1 { font-size: 32px; line-height: 1.2; margin: 0 0 4px; }
.subtitle { font-size: 20px; margin: 0 0 24px; }
h2 { font-size: 21px; line-height: 1.35; margin: 38px 0 12px; }
p { margin: 0 0 16px; }
.legal-caps { font-weight: 600; }
ul.lettered { list-style-type: lower-alpha; padding-left: 30px; }
li { margin: 9px 0; }
a { color: inherit; text-decoration: underline; overflow-wrap: anywhere; }
@media (max-width: 600px) {
  .terms { width: min(100% - 28px, 900px); padding-top: 36px; }
  h1 { font-size: 26px; }
}
