@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: 19px;line-height: 29px;letter-spacing: 1px;}}

@media only screen and (max-width: 680px){
body, p { font-size: 19px;line-height: 29px;letter-spacing: 1px;}.error404 .eltdf-page-not-found .eltdf-404-title { font-size: 36px;line-height: 46px;}.error404 .eltdf-page-not-found .eltdf-404-subtitle { font-size: 18px;}.error404 .eltdf-page-not-found .eltdf-404-text { font-size: 18px;line-height: 28px;}}