Becuase it doesn't fit, is too long.
You can "cheat" the system and reduce font-size for small screen only.
@media screen and (max-width: 420px) {
.sppb-addon-feature.feature-box-7 .sppb-addon-content .sppb-addon-text {
color: #d4dadf; font-size: 12px;}
}
OR alternative by using Breaking long words.
@media screen and (max-width: 420px) {
.sppb-addon-feature.feature-box-7 .sppb-addon-content .sppb-addon-text {
color: #d4dadf; overflow-wrap: break-word;}
}
Use it on that page only, in Page settings > CSS > Custom CSS