h1{font-size: 42px !important;}

h2{font-size: 40px !important;}

h3{font-size: 38px !important;}

h4{font-size: 30px !important;}

p{font-size: 16px;}


@media (max-width: 1199px){
	h1{font-size: 40px !important;}

	h2{font-size: 38px !important;}

	h3{font-size: 36px !important;}

	h4{font-size: 30px !important;}

	p{font-size: 16px;}
}

@media (max-width: 991px){
	h1{font-size: 40px !important;}

	h2{font-size: 38px !important;}

	h3{font-size: 36px !important;}

	h4{font-size: 28px !important;}

	p{font-size: 16px;}
}

@media (max-width: 767px){
	h1{font-size: 30px !important;}

	h2{font-size: 28px !important;}

	h3{font-size: 26px !important;}

	h4{font-size: 24px !important;}

	p{font-size: 15px;}
}