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

}

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

h2 { font-size: 35px;line-height: 37px;}

h3 { font-size: 28px;line-height: 30px;}

h4 { font-size: 24px;line-height: 26px;}

h5 { font-size: 22px;line-height: 24px;}

h6 { font-size: 18px;line-height: 20px;}

}

@media only screen and (min-width: 481px) and (max-width: 768px){
h1 { font-size: 40px;line-height: 42px;}

h2 { font-size: 35px;line-height: 37px;}

h3 { font-size: 28px;line-height: 30px;}

h4 { font-size: 24px;line-height: 26px;}

h5 { font-size: 20px;line-height: 22px;}

h6 { font-size: 18px;line-height: 20px;}

body, p { font-size: 17px;line-height: 19px;}

}

@media only screen and (max-width: 480px){
h1 { font-size: 40px;line-height: 42px;}

h2 { font-size: 35px;line-height: 37px;}

h3 { font-size: 28px;line-height: 30px;}

h4 { font-size: 24px;line-height: 26px;}

h5 { font-size: 20px;line-height: 22px;}

h6 { font-size: 18px;line-height: 20px;}

body, p { font-size: 16px;line-height: 18px;}

}