.byl-justext p {
  text-align: justify;
}

.byl-justext p::before {
  content: "     ";
  white-space: pre;
}

.byl-txt-right {
  text-align: right;
}