/* Beginning of Ticket 24304569626 - Steve */

/* https://app.intercom.io/a/apps/uinqovrx/inbox/inbox/3396362/conversations/24304569626 */

/* To add hyphenation to custom page text blocks */


/* Inline #18 | https://www.photobohn.com/about */

#content_page_wrapper p {
  /* word-wrap: break-word; */
  word-wrap: initial;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* End of Ticket 24304569626 */