body #main {
  padding: 20px 22px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px #f2f2f2;
}
.privacy-policy__header {
  text-align: center;
  margin-bottom: 15px;
}

.privacy-policy__header h1 {
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  margin: 0 0 8px;
}
