section.privacy {
  background-color: #fff;
  padding: 60px 24px 80px;

  > div {
    max-width: 780px;
    margin: 0 auto;
  }

  h2 {
    font-family: "DM Sans", sans-serif;
    font-size: 32px;
    font-weight: 300;
    color: #222;
    margin: 0 0 32px;
  }

  h3 {
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #222;
    margin: 40px 0 12px;
  }

  p {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #444;
    margin: 0 0 16px;
  }

  ul {
    margin: 0 0 16px;
    padding-left: 20px;

    li {
      font-family: "DM Sans", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.7;
      color: #444;
    }
  }

  a {
    color: #222;
    text-decoration: underline;
    text-underline-offset: 2px;

    &:hover { opacity: 0.6; }
  }
}
