To center product category title on mobile, like this.
You can use this code to Custom CSS.
@media screen and (max-width:767px) { nav.nested-category-breadcrumb.extra-padding { text-align: center; }}