@media(min-width: 1681px) {  }
@media (max-width: 1680px) and (min-width: 1441px) {  }
@media (max-width: 1440px) and (min-width: 1370px) {  }
@media (max-width: 1369px) and (min-width: 1281px) {  } 
@media (max-width: 1280px) and (min-width: 1101px) {  }
@media (max-width: 1100px) and (min-width: 992px) {  }
@media(max-width: 991px) and (min-width: 700px) { 
	
	h1 { font-size: 35px!important; ;line-height: normal!important; }
	h2 { font-size: 30px!important; ;line-height: normal!important; }
	h3 { font-size: 28px!important; ;line-height: normal!important; }
}
@media (max-width: 699px) { 

	br { display: none!important; }
	h1 { font-size: 35px!important; ;line-height: normal!important; }
	h2 { font-size: 30px!important; ;line-height: normal!important; }
	h3 { font-size: 28px!important; ;line-height: normal!important; }
	h4 { font-size: 25px!important; ;line-height: normal!important; }
	h5{ font-size: 22px!important; ;line-height: normal!important; }
	
}