Clearspring organic multigrain pasta is made of brown rice flour mixed with the naturally Gluten Free ancient grains of quinoa and amaranth as well as organic European corn. Made in Italy by second generation millers, this delicately flavoured penne has a firm texture and complements your favourite sauce perfectly. A genuine alternative to durum wheat pasta not just for those on a Gluten Free diet but also for the whole family.
/* 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;
}
}