This is the first blend of Yogi Tea to contain highly prized White Tea, which comes from the bud leaves of the green tea plant. It's minimally processed, so retains for antioxidants and a distinct flavour. The Aloe Vera leaves are dried to create the 200 x concentrate, which is then blended with highly beneficial herbs such as basil, turmeric and chamomile flowers.
/* 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;
}
}