If you want to add left/right padding to the blurb content box without having the padding in the blurb image.
/* -- START Blurb content padding -- */
.et_pb_blurb_container {
padding: 0 15px;
}
/* -- END Blurb content padding -- */
Code language: CSS (css)