Dawn Theme - Adjusting padding and margin on all sides of a section

Hi,

I hope you can help me. So I have an about page, I added a section image with text. I would like to adjust the padding and margin on the left and the right of the pages. Here is an example of what I want to achieve. I want the remove the white spaces on the left and right and also adjust margins on the top and bottom. TIA

Website: 3f669e.myshopify.com

Password: 12345

@jbvergara
https://app.snippyly.com/discuss/?q=IKhPqzP9CofDGbAhfIps&EDIT=MpXjSMrM32MJswmL8gi9

Can you try below css into base.css
online store->theme->base.css

main#MainContent {
    --page-width: 20 !important;
}
@media screen and (min-width: 990px)
.image-with-text__content {
    padding: 7rem 3rem 7rem 3rem!important;
}

Hope it will be work for you.

This did not work. thanks for the solution tho.