Media rules do not work. Not even in DevTools in any of the browsers. I wrote the media at the very end of all styles. In the cap connected:
<meta name="viewport" content="width=device-width,initial-scale=1"> Maybe the problem is that there are no basic rules (not media) for this particular block (only for children in it)? Or is it some kind of Wordpress?
@media screen(max-width: 1280px) { .header_info .row .row1 { display: none; } .header_info .row .row1 .phone { display: none; } } Here is the site itself: enter here the description of the link
@media screen and (max-width: 1280px) ...- Igor