.wrapper {
    display: flex;
    flex-flow: column wrap;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.wrapper > * {
    flex: 1 1 100%;
    padding: 0px 10px 0px 10px;
    /* align-items: center; */
    justify-content: center;
  }
  
.w_banner {
    display: flex;
    flex-flow: row wrap;
    background: white;
}

.wb_link {
    display: flex;
    flex-flow: row wrap;
    list-style-type: none;
}

.wbl_li {
    width: 100px;
    padding: 15px 5px 5px 5px;
}

.wbl_a {
    color:#1F2833;
    text-decoration: none;
    /* font-family: Helvetica, Sans-Serif; */
    font-size: 16px;
    font-weight: bold;
}

.w_footer {
    display: flex;
    justify-content: center;
}