h1, h2, h3, h4, h5, h6, blockquote {
  text-wrap: balance !important;
  text-align: left !important; /* Align text to the left */
  word-wrap: break-word; /* Ensures long words wrap if necessary */
}
