@media(min-width:991px){
body h1 , 
.ekit-wid-con h1.elementskit-section-title {
    font-size: 45px;
    line-height:1em;
 }
body h2 , 
.ekit-wid-con h2.elementskit-section-title{
    font-size: 40px;
    line-height:1em;
 }
body h3,
.ekit-wid-con h3.elementskit-section-title{
    font-size: 35px;
    line-height:1em;
 }
body h4,
.ekit-wid-con h4.elementskit-section-title{
    font-size: 30px;
    line-height:1em;
 }
body h5,
.ekit-wid-con h5.elementskit-section-title{
    font-size: 25px;
    line-height:1em;
 }
}


@media(min-width:768px) and (max-width:990px){
body h1,
.ekit-wid-con h1.elementskit-section-title{
    font-size: 35px;
     line-height:1em
 }
body h2,
.ekit-wid-con h2.elementskit-section-title{
    font-size: 30px;
    line-height:1em
}
body h3,
.ekit-wid-con h3.elementskit-section-title{
    font-size: 28px;
    line-height:1em
 }
body h4,
.ekit-wid-con h4.elementskit-section-title{
    font-size: 25px;
    line-height:1em
 }
body h5,
.ekit-wid-con h5.elementskit-section-title{
    font-size: 22px;
    line-height:1em
 }
}


@media(max-width:768px){
body h1,
.ekit-wid-con h1.elementskit-section-title{
    font-size: 30px;
    line-height:1em
 }
body h2,
.ekit-wid-con h2.elementskit-section-title{
    font-size: 28px;
    line-height:1em
 }
body h3,
.ekit-wid-con h3.elementskit-section-title{
    font-size: 25px;
    line-height:1em
 }
body h4,
.ekit-wid-con h4.elementskit-section-title{
    font-size: 22px;
    line-height:1em
 }
body h5,
.ekit-wid-con h5.elementskit-section-title{
    font-size: 20px;
    line-height:1em
 }
}
body h5,
.ekit-wid-con h5.elementskit-section-title, body ,p div , a {
    line-height:1;
}
@media(max-width:767px){
.ekit-wid-con .elementskit-section-title>span {
    display: initial!important;
  }
}