:root {
    --edito-title-font-size: 26px !important;
    --font-title-lh: 1.31 !important;
    --h3-font-size: 26px !important;
    --h3-special-font-size: 26px !important;
    --h3-line-height: 1.02 !important;
}

.calculator__title {
    font-size: 20px !important;
}

.calculator {
    padding-top: 46px !important;
}

.article-advices__title {
    font-size: 25px !important;
    top: -16px !important
}

@media screen and (min-width: 1152px) {
    
    :root {
        --font-title-lh: 2 !important;
        --edito-title-font-size: 50px !important;

        --h3-font-size: 45px !important;
        --h3-special-font-size: 45px !important;
    }

    .calculator__title {
        font-size: 30px !important;
    }

    .article-advices__title {
        font-size: 45px !important;
        top: -27px !important
    }

    .calculator {
        padding-top: 80px !important;
    }
}