Ok, so if you can align to left in addon settings - do it, if not - copy and paste Custom CSS code inside that page: Page Settings > Page CSS
.sppb-addon-feature .sppb-addon-content,
.sppb-addon-feature .sppb-addon-text,
.sppb-addon-feature .sppb-media-content
{text-align: left !important;}
@media screen and (max-width: 680px) {
.sppb-addon-feature .sppb-addon-content,
.sppb-addon-feature .sppb-addon-text,
.sppb-addon-feature .sppb-media-content {text-align: center !important;}
}

yes, it works, I tested on my own website!