When using a background image in a centered section, the image slightly overflows the alignment.
Add a section with centered width and background image
In scss file of row pattern add overflow: hidden in .component-row__display__centered
row
overflow: hidden
.component-row__display__centered