.customSelectOptionItem {
    border-radius: 15px;
    background: var(--bg-light-grey);
    direction: rtl;
    min-width: 190px;
}
@media screen and (min-width: 767px){
    .rightExperiencesSide{
        padding-left: 20px;
        border-left: 1px solid var(--bg-light-grey);
    }
}

.leftExperiencesSide{
    height: 810px;
    overflow-y: auto;
}
