.legal_page_content {
  min-height: 0;
  padding: 2rem 0 6rem;
  scrollbar-width: none;
  align-items: flex-start;
}

.privacy_content {
  width: 100%;
  max-width: 70rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: rgb(62, 96, 173);
  line-height: 1.6;
  padding-bottom: 4rem;
}

.privacy_content h1,
.privacy_content h2 {
  color: rgb(45, 70, 125);
}

.privacy_content ul {
  padding-left: 1.5rem;
}

.privacy_content li {
  margin-bottom: 0.5rem;
}

.privacy_content a {
  color: rgb(62, 96, 173);
  font-weight: 600;
}

.privacy_content a:hover {
  color: rgb(45, 70, 125);
}

.seal {
  margin-top: 1rem;
}
