#spoken_languages {
    padding: 0 30px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
}
.spoken_languages__skill {
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    background: none;
}
.spoken_languages__skill_circle {
    height: 12px;
    width: 12px;
    background-color: rgb(233, 233, 233);
    border-radius: 6px;
    margin: 0 15px 0 0;
}
.spoken_languages__skill_text {
    background: none;
    font-size: 25px;
    color: rgb(233, 233, 233);
}