Made with local honey and beeswax and is presented in an Eco box. Honey contains anti-bacterial properties which can help with acne prone skin. It is a great complement to the Goats Milk which contains many beneficial nutrients including vitamin A and lactic acid which helps to break down dead skin cells. When blended with natural oils it helps moisturise and rejuvenate the skin and also helps to maintain healthy skin.
/* 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;
}
}