Our unique 1+3 plant-based formula combines Docosahexaenoic acid (DHA), a vital omega-3 fatty acid- an essential nutrient for brain health support - with three botanicals in gentle strength: Ashwagandha, Gotu Kola, and Brahmi. Rich in rare plant compounds, these carefully dosed extracts deliver an extra layer of targeted support, working in harmony with your body's natural rhythm to help maintain internal balance.
/* 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;
}
}