Dalgety Strong Lemongrass herbal infusion also known as Fevergrass has a soothing, pleasant aromatic taste mild in lemon. Relaxing and calming to mind and body thus reducing anxiety, stress and irritability. Traditionally known to help control hay fever and common colds. 100% natural ingredients infused with tradition.
/* 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;
}
}