.experience__general_knowledges_section {
    width: fit-content;
    position: relative;
    margin: 0 0 0 20px;
    background: none;
    z-index: 1;
}
.experience__general_knowledges {
    width: fit-content;
    margin: 12px 0 0 0;
    padding: 4px 20px;
    background: none;
}
.experience__general_knowledge {
    display: flex;
    align-items: center;
    background: none;
}
.experience__general_knowledge_text {
    margin: 0 0 4px 0;
    padding: 2px 6px;
    background-color: rgb(164, 164, 164);
    border-radius: 7px;
    font-size: 20px;
    color: rgb(246, 246, 246);
}