.h1,.h2,.h3,.h4,.h5,.h6 {
    margin: 0;
    padding: 0;
    color: #0d0e0e;
    font-family: Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-style: normal;
    line-height: 1.5
}

@media screen and (min-width: 737px) {
    .h1,.h2,.h3,.h4,.h5,.h6 {
        line-height:1.3
    }
}

@media screen and (min-width: 737px) and (max-width:1024px) {
    .h1,.h2,.h3,.h4,.h5,.h6 {
        line-height:1.3
    }
}

.h1 {
    margin-bottom: 30px;
    font-size: 27px
}

@media screen and (min-width: 737px) {
    .h1 {
        font-size:40px
    }
}

@media screen and (min-width: 737px) and (max-width:1024px) {
    .h1 {
        font-size:32px
    }
}

.h2 {
    font-size: 20px
}

@media screen and (min-width: 737px) {
    .h2 {
        font-size:24px
    }
}

.h3 {
    font-size: 18px;
    line-height: 1.35
}

@media screen and (min-width: 737px) {
    .h3 {
        font-size:20px;
        line-height: 1.3
    }
}

.h4 {
    font-size: 14px;
    line-height: 1.25
}
