@media screen and (max-width: 1024px) {

    /* Show contact button here */
    .button-header-form {
        display: flex;
    }

    /* Hero section */
    .crm-atp-logo {
        font-size: 66px;
    }
    html[lang="ru"] .crm-atp-logo {
        font-size: 48px;
    }

    .crm-atp {
        font-size: 28px;
    }
    /* Russian specific */
    html[lang="ru"] .crm-atp {
        font-size: 22px; /* Adjust as needed */
    }


    /* Part "Viața fără engleză" */
    .no_english_title {
        font-size: 32px;
    }
    .no_english_subtitle {
        font-size: 18px;
    }

    .frame-solution-texts-title {
        font-size: 26px;
    }


    /* Footer */

}