Fish oil is a good source of the omega-3 essential fatty acids EPA and DHA which contribute to the normal function of the heart. This beneficial effect may be obtained with a minimum daily intake of 250 mg of EPA and DHA. DHA contributes to maintenance of normal brain function and vision, it is a key nutrient in brain structure adequate levels are needed to influence neurocognitive development and omega 3 supplements are recommended for pregnant women and infants.
/* 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;
}
}