This delicious, mild and soothing tea is an ideal drink for children and adults alike. It is made from the select twigs and stems of carefully nurtured tea bushes that are steamed, dried, left to age for 2-3 years to develop flavour, then roasted and combined with a small portion of roasted tea leaves.
/* 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;
}
}