.page .align-left {
  text-align: left;
}
.page .align-center {
  text-align: center;
}
.page .align-right {
  text-align: right;
}
.page .align-justify {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.page p {
  margin: 0 0 24px 0;
}
