PeriMenoFriend is an advanced plant-based supplement with 22 botanicals, phytoestrogens, vitamins and minerals specially formulated to naturally regulate hormones and relieve common symptoms during perimenopause. PeriMenoFriend supports energy, psychological function and sleep to relieve symptoms including mood swings, brain fog, hot flushes and night sweats, poor sleep, joint aches, bloating, weight gain and more.
/* 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;
}
}