﻿#legal {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
#legal .divider {
  margin-block: 2rem;
  background: var(--Color-Primary-LIghter, #BDD0FF);
  width: 100%;
  height: 4px;
}
#legal ul, #legal ol {
  padding-left: 1rem;
}

p, li {
  font-size: 0.875rem;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--rz-text-color);
  margin-bottom: 0.5em;
  margin-bottom: 0.25rem;
}
