.policyPage p {
  text-align: left;
}
.policyPage .policyWrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.5em 1.5em 1.5em 2em;
}
.policyPage .policyWrap p {
  text-indent: -0.8em;
  margin-bottom: 1.2em;
  text-align: justify;
}
.policyPage .data p {
  text-align: right;
}

@media only screen and (min-width: 580px) {
  .policyPage .policyWrap {
    border-radius: 20px;
    padding: 3em 3em 3em 4em;
  }
}