/* LANGUAGES */

.languages {
    display: flex;
    list-style: none;
    justify-content: center;
    column-gap: 20px;
}

.lang-item img {
    height: auto !important;
    width: 50px !important;
}


@media screen and (min-width: 1024px) {

    .languages {
        display: inherit;
    }

}