Can I change the width of a specific section on my store? Theme: Dawn

Hi, I like the width of my sections but there is one specific add-img-with-text section that I would like the background to expand to the very edge of the page. This section:

Is there a way to change the width to the full size of the page for this section only?

My store Url is:
https://importacionesrya.com/

Hello @Anthonym2l ,

Need to add code into base.css file

#shopify-section-template--16132156162108__multirow_w6aqMK .multirow__inner.page-width{
    max-width: 100% !important;
}

Hello, thanks for answering. I’ve already added the code to base.css and I don’t see any changes. I just re-enabled the section in my store so you can see it.