What is Doctor's Best Calm with Zembrin?
Doctor's Best Calm with Zembrin helps combat stress, tension, and occasional anxiety. It helps increase attention, focus, motivation, and concentration.
Zembrin is a patented standardized extract of Sceletium tortuosum; its use has been documented for more than 300 years. It has been clinically shown to enhance cognitive function and is cultivated in an environmentally stable process.
/* 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;
}
}