Promensil Post Menopause is specifically formulated with isoflavones and added calcium and vitamin D3 to help support post-menopausal wellbeing, heart and bone health. Highly recommended after the menopause but also suitable earlier, if there is requirement for additional Calcium and Vitamin D3 supplementation. Now with increased levels of Vitamin D3 to match the recommendations of healthcare professionals
/* 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;
}
}