How do I set up a custom CSS background color for my testimonial section?

Hi

I’m trying to set up background color for the testimonial section at the bottom of the front page.
I’ve added @import “custom.css” to the bottom of the theme.scss.liquid.
Then I created a new file called ‘custom.css’ and placed:

div#shopify-section-1654689534e16c5108 {
background-color: #6a97ac;
color: #fff;
padding-bottom: 50px;
}

But I can’t see changes on the live site https://royal-touch-london.myshopify.com/

@SuzyKot - i think import not working, so either add css in theme.scss or add this css file after theme.scss file in header section of your theme.liquid file

the custom code is not exist in theme.scss.
Instead of import custom.css in file theme.scss, you can try to add this code before the tag in file theme.liquid