Can you just showcase your html snippet as well, from your css what I observing is that the image and caption class are inside the container class, over which you have set justify-content:"center"
which is perfect. I think that is the issue which is why you are not getting caption in your desired location is the align-self: center;
in your caption class. Change that to left and you will get your location. If it goes way to left, then you can change your container class accordingly or add a small margin in the caption class