/* Mobile fix - add this to your existing stylesheet */
@media (max-width: 768px) {
  /* Target your paragraph/description text element */
  p,
  .description,
  .subtitle {
    width: 100% !important;
    max-width: 100% !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
    white-space: normal !important;
  }
}