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

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

@media only screen and (min-width: 681px) and (max-width: 768px){
h1 { font-size: 56px;}h2 { font-size: 47px;}h3 { font-size: 26px;}h4 { font-size: 22px;}}

@media only screen and (max-width: 680px){
h1 { font-size: 54px;letter-spacing: 1px;}h2 { font-size: 40px;}h3 { font-size: 36px;}h4 { font-size: 34px;}h5 { font-size: 17px;}}