Specially formulated soap-free face wash gel to give you clear, problem- free skin. It cleanses your skin by removing excess oil and impurities without over-drying. Contains Neem, well-known for its purifying and antibacterial properties combined with Turmeric helps control pimples leaving your skin soft, clear, refreshed and problem-free.
Cleanses and purifies for clear, problem-free skin
Dermatologically tested
/* 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;
}
}