How can I adjust content container thickness in Craft theme?

Hey, I have problem with removing thickness around content containers in shopify. In customization of my Craft theme is content container shadow, thickness etc., but this applyes to all content containers, I want it only on image with text and multiculumn, how can I do it?

store url : https://testaccountttt.myshopify.com/products/spinner

pass : mayzaw

Hi @Jacobss ,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.image-with-text .image-with-text__text-item>* {
    box-shadow: none !important;
}

Hope it helps!