Combination of slippery elm, marshmallow and gamma oryzanol.
Capsules can be opened, ideal for those who have difficulty or prefer not to swallow capsules or tablets.
Marshmallow may support gastrointestinal health.
Slippery elm soothes the digestive tract and is a source of mucilage which supports the mucous membranes.
/* 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;
}
}