.main-menu-header {
    background: #ebf2f6;
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 5rem;
    text-align: center;
    overflow: hidden;
}

.main-menu-header .header-logo {
    margin-top: 25px;
    width: 100px;
}

.main-menu {
    margin-top: 20px;
    margin-bottom: 20px;
}

.main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu li {
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    margin-right: 8px;
    padding-right: 12px;
    font-weight: bold;
    border-right: #d5dbde 1px solid;
    font-size: 1.3rem;
    white-space: nowrap;
}

.main-menu li:last-child {
    border-right: none;
    padding-right: 0;
}