Our highest dosage capsule formula, made from wild Alaskan Pollock, caught in the U.S. waters. After careful purification and gentle concentration we produce a 85% Omega-3 EPA and DHA blend to provide a Peak dose in a single capsule. Peak EPA offers the convenience of 1000 mg of EPA & DHA Omega-3, compromised of 750m mg of EPA and 250 mg of DHA in a single fish gelatin capsule.
/* 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;
}
}