.terms-container {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}

.title strong {
  font-size: 40px;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
  list-style-type: disc;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

b,
strong {
  font-weight: 700;
}

a {
  color: #3370ff;
}

.terms-content {
  align-items: center;
  padding-top: 40px;
  width: 960px;
  padding-left: 30px;
  margin-left: auto;
  margin-right: auto;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2.75rem
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.text-rich-text h5,
.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  text-decoration: none;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: 0.5rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.text-rich-text.text-base {
  font-size: 1.2rem;
}

.text-rich-text.legal-rich-text ul {
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}
