.workplace_container {
    border: 2px solid var(--c-accent);
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.workplace_head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.workplace_content {
    text-shadow: none;
}

.workplace_head_rightside {
    display:flex;
    flex-direction: column;
    justify-content: right;
    text-align: right;
}

.workplace_content li {
    margin-bottom: 10px;
}

.workplace_list {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 20px;
}

