Hi,
I see the same, the words will need to break in order to fit.
You can test reducing the padding of the content box for small screens with this:
@media (min-width: 768px) {
.sf-icon-box[class*="sf-icon-box-boxed-"] .sf-icon-box-content-wrap {
background: #fff;
padding: 40px 15px 60px 15px;
margin-top: 30px;
margin-bottom: 10px;
}
.spb_box_text .box-content-wrap {
padding: 15px;
}
}
Thanks.