Container Size: 60 Capsules Serving Size: 1-2 Capsules Servings per Container: 30-60 Ingredients per capsule: Organic Turmeric: 500MG Organic Bioperine: 10MG Other Ingredients: Vegetarian Capsule shell: HPMC (HydroxyPropylMethylCellulose) Free From: Salt, Starch, Wheat, Maize, Gluten, Lactose, Yeast, Dairy products, Artificial preservatives and Colours. Although these are free from the above, they are packed on equipment that also processes Milk, Egg, Soy, Wheat, Peanuts and Nuts.
/* 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;
}
}