I Googled the issue but found nothing workable for me.
By default, my picture captions are center aligned.
.wp-block-image figcaption {
text-align: center;
It is generally ok, except when the picture needs not just a title underneath but a longer explanation. In that latter case, left aligned looks definitely better. How can I achieve that on an individual basis?