How can I modify the testimonial color in my Debut theme?

Hello, I want to change the color of testimonial section of my website. The theme is debut and this is my website https://quiksleepaid.com/

Hi @IMF ,

div#shopify-section-quotes {
    background: #ECF0F8;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Note : Change color according to you!