Suitable protein supplement for people who train intensively and want to achieve a sports figure;
For people practicing sports who want to meet their increased demand for protein;
For people who want to build muscle mass;
Full amino acid profile.
/* 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;
}
}