.aside-content {
  display: block;
  line-height: 48px;
  color: #333;
  margin: 0 auto;

  font-size: 20px;
  text-indent: 56px;
  text-align: justify;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;

  position: relative;
  z-index: 2;
}