.header-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

@media (min-width: 1024px) {
    .header-wrapper {
        flex-direction: row;
        justify-content: flex-end;
        column-gap: 40px;
    }
}

.header-wrapper .lng-container{
    margin-left: 0;
    margin-right: 0;
}

.header .buttons-container {
    margin-right: 0;
    display: flex;
    align-items: center;
}

@media (min-width: 1024px) {
    .header .buttons-container  {
        align-items: flex-end;
    }
}