<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#modelNews .item{
	width: 33%;
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
	
	#modelNews .item{
		width: 100%;
	}
	
	#backToWork{
		display: none;
	}
		
}

@media only screen and (min-width: 480px) and (max-width: 800px) {

	#modelNews .item{
		width: 50%;
	}
	
	#backToWork{
		display: none;
	}
	
}
</pre></body></html>