.vc_row-fluid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.xxlarge-block-grid-3 {
    width: 75% !important;
}

.flex-center {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
}

.vc_column_container ul {
    list-style: inside;
    padding: 20px 0;
}

#page_wrapper {
    display:flex;
    flex-direction:column;
    min-height:100vh;
}

#page_wrapper .content-area {
    flex-grow:1;
}