Cinnamon helps the body maintain healthy levels of glucose and insulin in the bloodstream to ensure that all cells get the energy they need to perform their basic biological functions. The flavonoids in cinnamon help support healthy glucose levels already within the normal range. Our Full Spectrum Cinnamon packs a potent 375 mg of pure cinnamon into convenient capsules to make it easier than ever for you to take advantage of the herb's beneficial properties.
/* 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;
}
}