Haemovit tablets provide all Vitamins, Minerals & Trace Elements including a balanced dose of 17mg of Iron per tablet (100% of recommended daily intake), Zinc, Vitamin B12, Folic Acid, Vitamin B6, Vitamin D3, Biotin, and a range of other vital nutrients required for healthy blood system, healthy red blood cell formation & count, oxygenation of body cells, and desired energy levels. It prevents & reverses anaemias caused by deficiency of Iron, Vitamin B12 & Folic Acid, and helps combat tiredness & fatigue.
/* 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;
}
}