@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){
body, p { font-size: 20px;line-height: 28px;}}

@media only screen and (max-width: 680px){
h1 { font-size: 30px;}h2 { font-size: 28px;}body, p { font-size: 16px;line-height: 26px;}.error404 .qodef-page-not-found .qodef-404-title { font-size: 120px;line-height: 100px;}.error404 .qodef-page-not-found .qodef-404-subtitle { font-size: 35px;line-height: 40px;}}