.revenue-navigation-module-box {
    display: flex;
    align-items: center;     /* vertical centering */
    justify-content: center; /* horizontal centering */
    height: 45px;           /* full height of viewport */
    width: 145px;
    padding: 5px;
    box-sizing: border-box;
    white-space: normal;     /* allows wrapping if used in textarea or multiline input */
    word-wrap: break-word;   /* ensures word wrapping */
    text-align: center;
}
.revenue-navigation-workflow-box{
    display: flex;
    align-items: center;     /* vertical centering */
    justify-content: center; /* horizontal centering */
   height: 75px;           /* full height of viewport */
    width: 280px;
    padding: 5px;
    box-sizing: border-box;
    white-space: normal;     /* allows wrapping if used in textarea or multiline input */
    word-wrap: break-word;   /* ensures word wrapping */
    text-align: center;
}
