Adding a background image in custom liquid section

i would like to add a background image my custom liquid section

image URL: https://cdn.shopify.com/s/files/1/2373/2331/files/Screenshot_2024-01-03_at_9.47.09_AM.png?v=1704297177

https://acorncanyon.com/

pass: daplau

Try this


  

where do i put this? in theme.liquid or bass

background-image: url(‘https://cdn.shopify.com/s/files/1/2373/2331/files/Screenshot_2024-01-03_at_9.47.09_AM.png?v=17042971’);

background-repeat: no-repeat;

background-size: cover;

doesnt work