.data-policy-content {
  max-width: 700px;
  padding: 12px;
  margin-left: 20px;
  font-weight: 200;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  line-height: 1.4;
}

.data-policy-content h2 {
  font-weight: 300;
  font-size: 24px;
  width: 100%;
}

.data-policy-content h3 {
  font-weight: 300;
  font-size: 18px;
  width: 100%;
}

ul {
  align-self: flex-start;
}
