/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

#page-wrapper {
    background: white;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding-top: 105px;
    padding-bottom: 95px;
}

#page {
    background: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    overflow: hidden;
    text-align: center;
    max-width: 1250px;
}

