@calinda, thanks for writing in and I’m sorry to hear that you seem to be having some issues. After looking at your site for a bit, I am suspecting that this layout shift issue is being caused by a third party lazyloading script you are using on your site. There are some classes / styles being applied to images as they are loaded in that could affect the layout adversely in this way.
Fortunately, in this release we have included WordPress’ native image lazyloading script, which was added in v5.5 of WordPress (more on that here, if you’d like: https://make.wordpress.org/core/2020/07/14/lazy-loading-images-in-5-5/).
I would recommend removing any third party lazy loading scripts you have running on your site and using the native implementation instead. I have not encountered any issues with layout shifting on my installations using this native method. Hopefully this helps to point you in the right direction!