/* Privacy Policy */

.privacy {
  position: relative;
  margin: 3rem 0 0;
  padding: 0 3rem;
}

h2 {
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: lighter;
  text-transform: uppercase;
  color: white;
  margin-bottom: 3rem;
}

p {
  font-size: 14px;
  font-weight: lighter;
  font-family: var(--font-body);
  color: white;
  line-height: 20px;
}

.privacy-text {
  margin-bottom: 12.5rem;
}