

.title h1 {
  word-break: break-word;
  word-break: keep-all;
  line-height: 24px
}

@media only screen and (max-width: 640px) { 
  .content .full_width h2 {
  line-height: 30px;
}
}