.FlowContainerMenuList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.FlowContainerMenuItem {
    width: 320px;
    /* height: 400px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 7px;
    margin: 25px;
    border-radius: 40px;
    border: 1px solid rgba(128, 128, 128, 1);
}

.FlowContainerMenuImg {
    width: 108px;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.FlowContainerMenuTxt {
    margin: 15px 20px;
}

.FlowContainerMenuTxt .FlowNanoAnalyzerMenuTitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: var(--cproj-color-primary);
    text-align: center;
    margin: 0;
}

.FlowContainerMenuTxt .FlowNanoAnalyzerMenuIntro {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: rgba(43, 43, 43, 1);
    text-align: center;
}