.languages{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.languages li{
    padding-right: 1rem;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 1rem;
}

.languages li::before{
    content: '';
    display: inline-block;
    width: 0.85rem;
    height: 0.85rem;
    background-image: url('/assets/image/icons/checked.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5rem;
}