A combination of natural ingredients designed to help maintain normal cholesterol levels. Contains, plant, sterols, red yeast rice, lactobacilli bacteria and CoQ10. A daily intake of at least 800mg of plant sterols helps maintain normal blood cholesterol levels. High cholesterol is a risk factor in the development of coronanry heart disease.
/* 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;
}
}