body{
    background:#dbdbdb;
}

.policy__wrap {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background: #FFF;
}

.policy--text {
  white-space: pre-wrap;
  word-wrap: break-word;
  line-height: 1.5;
}

.policy--text > h2 {
    font-size: 30px;
    font-weight: 600
}

.policy--text > h3 {
  font-weight: 700;
  display: inline-block;
}