h1{
 font-size: 30px;
}
h2{
 font-size: 25px;
}
h3{
 font-size: 20px;
}
p{
 font-size: 19px;
}


@media screen and (max-width: 600px){
 h1{
	 font-size: 20px;
 }
 h2{
	 font-size: 18px;
 }
 h3{
 	font-size: 15px;
 }
 p{
	 font-size: 15px;
 }
}

@media screen and (max-width: 768px){
}

@media screen and (max-width: 992px){
}

@media screen and (max-width: 1200px){
}











