@media only screen and (max-width: 1024px){
}
@media only screen and (min-width: 769px) and (max-width: 1024px){ h1 { font-size: 19px;line-height: 12px;} h2 { font-size: 21px;line-height: 12px;} h4 { font-size: 17px;line-height: 0.01 px;} h6 { font-size: 12px;}
}
@media only screen and (min-width: 681px) and (max-width: 768px){ body, p { font-size: 12px;line-height: 18px;}
}
@media only screen and (max-width: 680px){ body, p { font-size: 10px;line-height: 15px;}
}