@media only screen and (max-width: 1024px){
.mkd-content .mkd-content-inner > .mkd-container > .mkd-container-inner, .mkd-content .mkd-content-inner > .mkd-full-width > .mkd-full-width-inner { padding-top: 40px!important;}

}

@media only screen and (min-width: 769px) and (max-width: 1024px){
h1 { font-size: 60px;line-height: 1.15em;}

h2 { font-size: 50px;line-height: 1.15em;}

h3 { font-size: 35px;}

}

@media only screen and (min-width: 681px) and (max-width: 768px){
h1 { font-size: 60px;line-height: 1.15em;}

h2 { font-size: 50px;line-height: 1.15em;}

h3 { font-size: 35px;}

}

@media only screen and (max-width: 680px){
h1 { font-size: 50px;line-height: 1.15em;}

h2 { font-size: 40px;line-height: 1.15em;}

h3 { font-size: 30px;}

}