Footer copyright not in same position on all pages

I am trying to determine why the footer copyright message in the showcase theme is on the left hand side on most pages but on the left hand side on at least five pages. I would prefer to have them on the right hand side on all the pages but if at worst to have them on the same side on all pages. I have tried to see if there is something in the css but cannot locate the problem from one page to the next

Site is herbstreet.com

page left example is main page herbstreet.com

page right example is https://herbstreet.com/collections/cbd-balms/products/deep-breath-balm

I attached two pics of the two footers

Hi @bytelink

Try below CSS and it will move copyright text in the right on all pages.

.section-footer__row.section-footer__row-lower {
	justify-content: end;
}

Thanks

Sheesh