How do I remove the white borders on Brooklyn theme

Hello, I am in need of help, I want to remove some white borders and empty spaces from my website. This is the website: https://www.humantles.com/

Also, I posted some screenshots to understand what I want to be removed. Thanks!

Hi, @Andrei22

You can try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> timber.scss ->paste the below code at the bottom of the file.
body#humantles-stay-away-from-the-pain #PageContainer .wrapper {
    max-width: 100% !important;
	}
	.product-single__description h1 {
    display: none !important;
}