The image is only around 50kb – loading a more compressed file may be help. When you set the Background Image on the Container Block there is an option to change the Image Size – not sure what you have it set to but maybe Large or Medium-large could cut down its size without too much loss of quality.
Otherwise you will could remove the image on mobile with some CSS – as its pretty much covered with text on small devices. Add this CSS:
@media(max-width: 420px) {
.remove-bg-image.gb-container {
background-image: none;
}
}
Then select the Container Block with the bg and in Advanced > Additional CSS Class(es) add: remove-bg-image
Otherwise you will need to look upstream and try reducing the render blocking CSS files and JS. In WP Rocket you can still enable some to the combine/minification just avoid the Optimized CSS Delivery.
Other opportunities is to defer any Analytics Javascruipts.