Ideal Water for Expectant Mothers, Babies and most demanding Health Conscious People
- unique smooth, clean taste, no aftertaste, courtesy of the spring water's pure composition
- naturally nitrates FREE and low mineral content - ideal for hydration and preparation of baby formula
- sodium FREE, recommended for people with high blood pressure and low sodium diets - naturally alkaline pH 7.8
/* 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;
}
}