CuraZyme Tolerance is a specialised blend of 14 pharmaceutical-grade, vegan enzymes which are specially formulated to tackle food intolerances quickly and effectively. Unlike single enzymes which can be easily rendered infeffective by the pH changes of the digestive system, CuraBlend enzymes activate throughout the digestive tract. These are particularly helpful with gluten, lactose, casein and phenol digestion.
/* Mark the container as a query container */
.image-container {
container-type: inline-size;
}
/* When the container’s width is at least 500px, apply a max-width style to the image */
@container (min-width: 500px) {
.image-container img {
max-width: 80%;
height: auto;
}
}