@media only screen and (max-width: 1024px){
.mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner, .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner { padding: 0 15px 0 15px;}}

@media only screen and (min-width: 769px) and (max-width: 1024px){
h1 { font-size: 63px;}h2 { font-size: 50px;}}

@media only screen and (min-width: 681px) and (max-width: 768px){
h1 { font-size: 40px;}h2 { font-size: 38px;}body, p { font-size: 16px;}}

@media only screen and (max-width: 680px){
h1 { font-size: 40px;line-height: 50px;}h2 { font-size: 38px;line-height: 45px;}h3 { font-size: 22px;line-height: 28px;}body, p { font-size: 14px;}}