Break word (large words on mobile)

/*** Word break ***/
@media (max-width:767px) {
    h1, h2, h3, h4, p {
        word-wrap: break-word;
    }
}