#Experiences {
    height: fit-content;
    display: flex;
    flex-direction: column;
    border : 4px solid #e0b1cb;
    background-color: #ffdbf4;
    color:#231942;
}

#tabs{
    display: flex;
    flex-direction: row;
}

.experiences_tabs{
    flex-basis : 50%;
    padding: 10px;
    text-align: center;
}

#train_tab{
    background-color: #e0b1cb;
    font-style: italic;
}

.exp_button{
    height: 100%;
    width: 100%;
}

#experience_section{
    padding-top: 40px;
    text-align: center;
    gap: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.full_description{
    width: 100%;
    display: flex;
    flex-direction: row;
}

.description_detail{
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    flex-basis: 40%;
}

hr{
    width: 70%;
    margin-left: 15%;
    height: 4px;
    background-color: #231942;
}