Our Gentle Iron (18mg) is combined with Vitamin C (80mg) which greatly improves your body's absorption of Iron and supports your healthy immune system. Iron is an essential mineral for your cognitive function, concentration and a healthy mood. Iron deficiency can lead you to feeling low on energy, anaemia, and is more common among women and those on plant-based diets.
/* 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;
}
}