How can I effectively hide a section on a desktop view?

example:

In the section look for the image you want to hide. and place a custom class.

This is the section of the first image

-Now an example of CSS code passes you

@media only screen and (min-width: 400px) {
.desktop-visible { display:none;}
}