File this under CSS you probably shouldn't write, but can:

p[style="text-align: center"] {
  text-align: left !important;
}
636503795