.adaptation-page-wrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
}


.adaptation-action-list{
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: medium;
}
.adaptation-actions-list{
    display: flex;
    flex-direction: column;
    width: 80%;
    align-items: center;
    justify-content: center;
}