.privacy {
  margin-top: 150px;
  margin-bottom: 50px;
  width: 100%;
  overflow: hidden;
}

ul,
ol {
  list-style-position: inside;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

ul li,
ol li {
  margin-bottom: 20px;
}

h1 {
  font-size: 64px;
  margin-bottom: 24px;
}

h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 24px;
}

p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 24px;
}

@media screen and (max-width: 580px) {
  h1 {
    font-size: 42px;
    line-height: unset;
  }
}

@media screen and (max-width: 480px) {
  p {
    font-size: 16px;
  }

  h2 {
    font-size: 38px;
    line-height: unset;
  }

  .container {
    padding: 0 15px;
  }
}
