Before Refresh (Scroll Down) -> After Refresh

Hey there am thinking this could be happened because of image size. If this could be true then please use lazyload function/script for than image could easily load-
<img src="celebration.jpg" loading="lazy" alt="..." />
Also you can try to change the format of image to webp so that size of image could shrink and server easily handle that.
You can try to reset cache-
Hope you like it.