/* Beginning of Ticket 17814200181442 - Steve */

/* https://app.intercom.com/a/apps/uinqovrx/inbox/inbox/143112/conversations/17814200181442 */

/* Remove hyphenation from paragraphs */
.f_blog_image_caption,
.f_blog_body, 
.f_blog_body_typography {
  hyphens: none!important; /* stop hyphenation for words breaking */
}

/* To remove hyphens in Safari */
.f_blog_post p {
        -webkit-hyphens: none!important;
}

/* End of Ticket 17814200181442 */