#privacyNotice .s2 {
  padding: 13rem 0 8rem;
}

#privacyNotice .s2 .container {
  max-width: 1150px;
}

#privacyNotice .s2 h1 {
  font-size: 3.5rem;
  font-weight: 300;
  margin-bottom: 5rem;
}

#privacyNotice .s2 h3 {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 3rem 0 1rem;
  letter-spacing: .075em;
}

#privacyNotice .s2 h4 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 3rem 0 1rem;
}

#privacyNotice .s2 p, #privacyNotice .s2 li {
  font-size: 1.1rem;
  line-height: 1.5em;
  color: #787D85;
}

#privacyNotice .s2 ul {
  margin: 1rem 0 4rem;
  padding-left: 1.25rem;
}

#privacyNotice .s2 li {
  margin: .5rem 0;
}

#privacyNotice .s2 li::marker {
  font-size: .75em;
}

@media screen and (max-width: 767px) {
  #privacyNotice .s2 {
    padding: 10rem 0 5rem;
  }
  #privacyNotice .s2 h1 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
}
