Siberian ginseng was traditionally used to prevent colds and flu and to increase energy, longevity, and vitality.
Consume 1 capsule with water every day, preferably after the meal. Do not exceed recommended intake unless advised or directed by a professional healthcare.
/* 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;
}
}