Free Radical Scavenger
Hawthorn Berries have a long history of traditional use in Europe and North America as an herbal tonic. Modern scientific studies have identified a number of bioactive constituents, including OPCs (Oligomeric Procyanidins). Many of these compounds have been found to possess powerful free radical scavenging activity.
/* 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;
}
}