@media only screen and (max-width: 768px) {
    header {
        margin: 30px 0;
    }
    
    .header_flex {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px 10px;
    }
    
    .spacer {
        display: none;
    }
    
    .logo {
        font-size: 19.56px;
        order: 1;
    }
    
    h1 {
        font-size: 38px;
        margin: 80px 0;
    }
    
    .after_h1, .after_h2 {
        font-size: 16px;
    }
    
    h2 {
        font-size: 25px;
        margin-top: 29px;
    }
    
    .what_we_do {
        font-size: 16px;
    }
    
    .what_we_do li {
        padding-left: 33px;
    }
    
    .what_we_do li::before {
        width: 13px;
        top: 8px;
    }
    
    .contact_list {
        flex-direction: column;
        margin-top: 40px;
    }
    
    header .button {
        order: 3;
    }
    
    .button {
        width: 100%!important;
        max-width: 100%!important;
    }
    
    .language-switcher {
        font-size: 14px;
        order: 2;
    }
    .grid_all > div:nth-last-child(1), .grid_all > div:nth-last-child(2), .grid_all > div:nth-last-child(3) {
        display: none;
    }
}