break-words-css
<style>
.image-header {
overflow: hidden;
white-space: normal;
width: 160px;
word-wrap: break-word;
}
.image-header h2 {
font-size: 18px;
font-weight: bold;
line-height: 1.2;
}
</style>
<div class="image-header clearfix">
<h2 class="">Info solutions</h2>
</div>