.presentation__sidebar-main-wrapper {
    /*box*/
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width:100%;
}