I would like to change the width of the policy containers and width policy title .
I found this code, but I could not find theme.scss or theme.scss liquid, I am using the Sense 2.0 Theme
URL: numilight.de
Password: Sense
@media only screen and (min-width: 480px) {
.shopify-policy__container {
max-width: 70% !important;
}
}
@media only screen and (max-width: 480px) {
.shopify-policy__container {
max-width: 100% !important;
}
}

