How can I adjust the width of my related products section in Debut theme?

Hey,

I would like to know how could I manage the width of my related product section to be as width as the bestsellers section on the home page ?

Thanks.

Link : https://relentless-clothingz.myshopify.com

section.related-products .page-width {
    max-width: 100% !important;
    text-align: center !important;
}
.price {
    align-items: center !important;
}

@Ulysse1300
Add this code in the theme.scss or theme.css file

The beginning works, but for the price code when I add it it centres the price in the middle on every other collection section.