/*--------------------------------------------------------------------------*\
    wrapper
\*--------------------------------------------------------------------------*/

.tab-switcher {
    /*box*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width:100%;
}