* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  color: #000;
  background: #fff9f2 url("../img/fondoA.png") center top / cover fixed no-repeat;
  font-family: "Libre Baskerville", Georgia, serif;
}

.privacy-page {
  min-height: 100vh;
  padding: 70px 7.4% 96px;
  position: relative;
}

.back-link {
  position: absolute;
  left: 7.2%;
  top: 72px;
  color: #d8a21f;
  font-size: 60px;
  line-height: 0.7;
  text-decoration: none;
}

.privacy-content {
  max-width: 1060px;
  margin: 0 auto;
}

h1 {
  font-family: "Playfair Display", Georgia, serif;
  text-align: center;
  font-size: 29px;
  line-height: 1.2;
  margin-bottom: 66px;
}

h2 {
  font-size: 16px;
  line-height: 1.3;
  margin: 28px 0 22px;
}

p,
li {
  font-size: 15px;
  line-height: 1.46;
}

ul {
  margin: 0 0 26px 26px;
}

.updated {
  margin-top: 46px;
}

@media (max-width: 720px) {
  .privacy-page {
    padding: 84px 24px 56px;
  }

  .back-link {
    top: 28px;
    left: 24px;
    font-size: 46px;
  }

  h1 {
    margin-bottom: 38px;
  }
}