Hyphenate not doing the trick, need some sugestions

I need some suggestion for dealing with long text. It is breaking the layout.
I tried the following but did not work.

/break-word does not wrap the word as I wanted, I am not too sure why/
.hyphenate {
overflow-wrap: break-word !important;
word-wrap: break-word !important;
-webkit-hyphens: auto !important;
-ms-hyphens: auto !important;
-moz-hyphens: auto !important;
hyphens: auto !important;
}

the text is inside the following <divs>...

Hyphenate not doing the trick, need some sugestions

from HTML & Website Design http://ift.tt/1UWcpmL
via IFTTT
Previous
Next Post »
Thanks for your comment