It is thought that it eases the birth of the baby through strengthening the uterus and toning the pelvic muscles.
Our loose Raspberry Leaf contains only organic raspberry leaves. Simply infuse 1 teaspoon of leaves in a cup of boiling water. It is advised to start with 1 cup per day before gradually increasing to 3-4 once your body is used to the effects.
/* 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;
}
}