.experience__descriptions_section {
    width: fit-content;
    position: relative;
    margin: 0 0 0 20px;
    z-index: 1;
}
.experience__descriptions {
    width: fit-content;
    margin: 5px 0 0 14px;
    padding: 4px 20px 0 0;
    border-radius: 20px;
}
.experience__description_text {
    font-size: 22px;
}