/* * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga" on, "kern" on;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    font-variant-ligatures: common-ligatures;
}

section.section .icon-cards {
    margin-bottom: 12px;
}
.h2, .section__title {
    font-size: 48px;
}


@media screen and (max-width: 767.98px) {
    .h2, .section__title {
        font-size: 36px;
        z-index: 2;
        position: relative;
    }
    
    .consultation-form__title.h4 {
        font-size: 26px;
    }

    .consultation-form__img img {
        display: none;
    }

    html,
    body {
        overflow-x: hidden;
    }
}

 */
