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

.tab {
    /*box*/
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}