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

@media only screen and (min-width: 769px) and (max-width: 1024px){
}

@media only screen and (min-width: 681px) and (max-width: 768px){
h1 { font-size: 2.4rem;line-height: 1.25rem;}h2 { font-size: 2rem;line-height: 1.25rem;}}

@media only screen and (max-width: 680px){
h1 { font-size: 2.375rem;line-height: 1.2rem;}h2 { font-size: 2rem;line-height: 2rem;}h3 { font-size: 1.5rem;line-height: 1.8rem;}h4 { font-size: 1.25rem;line-height: 1.5rem;}h5 { font-size: 1.125rem;line-height: 1.4rem;}h6 { font-size: 0.875rem;line-height: 1.45rem;}body, p { font-size: 1rem;line-height: 1.6rem;}}