.lang-item {
    display: flex;
    padding: 0 5px 0 5px;
    align-items: center;
    justify-content: space-around;
}

.lang-item img {
    padding-right: 0px;
}

.lang-item p {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 16px;
    width: 50px;
    text-align: center;
}

.lang-item-selected {
    background: white;
    border-radius: 2px;
    border: 1px solid #efefef;
    box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.2);
    margin-right: 5px;
}

.lang-grid {
    background: #ffffff;
}
