Dalgety Pure Neem herbal infusion is renowned for its medicinal properties, derived from the leaves of the Neem tree, a staple in traditional Ayurvedic medicine. This herbal tea offers a unique, slightly bitter taste with a hint of earthy undertones. Neem Tea is a powerhouse of health benefits, known for its antibacterial, antifungal, and antiviral properties. It's especially beneficial for skin health, helping to treat acne and other skin conditions.100% natural ingredients infused with tradition.
/* 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;
}
}