p {
  text-align: justify;
}

.no-justify p {
  text-align: left;
  hyphens: none;
}
