.about.about-preview .about-preview-card .about-preview-richtext {
  width: 100%;
  max-width: none;
  margin: 1.75rem auto 0;
  text-align: justify;
  text-justify: inter-word;
  overflow-wrap: break-word;
  word-break: normal;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.about.about-preview .about-preview-card .about-preview-richtext p,
.about.about-preview .about-preview-card .about-preview-richtext li {
  width: 100%;
  max-width: none !important;
  margin-left: 0;
  margin-right: 0;
  text-align: justify !important;
  text-align-last: left;
  text-justify: inter-word;
  overflow-wrap: break-word;
  word-break: normal;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.8 !important;
}

.about.about-preview .about-preview-card .about-preview-richtext p {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.about.about-preview .about-preview-card .about-preview-richtext p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .about.about-preview .about-preview-card .about-preview-richtext p,
  .about.about-preview .about-preview-card .about-preview-richtext li {
    text-align: justify !important;
    line-height: 1.8 !important;
  }
}
