You can set maxWidth to false if you need it for a specific container.
<Container maxWidth={false} sx={{ width: "100%" }}>{children}</Container>