.experience__box{
    align-items: center;
    display: flex;
    justify-content: space-around;
    margin-top: 5rem;
    gap: 7dvw;
    transition: opacity .5s ease-in-out, max-height .5s ease-in-out;
    opacity: 1;
    position: relative;
}

.disabled_xp {
    opacity: 0;
    pointer-events: none; 
    position: absolute;
}

#experience__box__reverse{
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    margin-top: 5rem;
}