/**
 *
 * -------------------------------------------
 * Custom CSS changes
 * -------------------------------------------
 *
 **/
 
 /* Here you can put your CSS modifications using the Child Theme */
 .entry-content,
.entry-summary {
 -ms-word-break: normal;
     word-break: normal;
-webkit-hyphens: none;
   -moz-hyphens: none;
        hyphens: none;
}