.azold .h1, .azold .h2,
.aznew .h1, .aznew .h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
}

.azold .h3, .azold .h4,
.aznew .h3, .aznew .h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
}

.azold .h5, .azold .h6,
.aznew .h5, .aznew .h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
}

@media (max-width: 750px) {
    .azold .h1,
    .aznew .h1 {
        font-size: 18px;
    }

     .azold .h2, .azold .h3, .azold .h4,
     .aznew .h2, .aznew .h3, .aznew .h4 {
        font-size: 15px;
    }

    .azold .h5, .azold .h6,
    .aznew .h5, .aznew .h6 {
        font-size: 14px;
    }
}