@media screen and (max-width: 991px) {
	h1{
		font-size:60px!important
	}
	h2{
		font-size:40px!important
	}
	li, a, p, span, strong, small, div{
		font-size:20px!important
	}
}