Our unique 1+3 plant-based formula combines Vitamin C - an essential nutrient for immune support - with three botanicals in gentle strength: Moringa, Amla, and Neem. Rich in rare plant compounds, these carefully dosed extracts deliver an extra layer of targeted support, working in harmony with your body's natural rhythm to help maintain internal balance.
/* 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;
}
}