header {
    display: flex;
    min-height: 134px;
    background: #B8A68D;
    padding-bottom: 20px;
    border: 5px solid #CCC5C1;
    color: #000;
    font-family: Georgia, 'Times New Roman', Times, serif;
    white-space: nowrap;
}


header a {
    color: #000;
    font-weight: 250;
}


header > a:first-child {
    margin-left: 26px;
    margin-right: 15px;
    margin-top: 22px;
}


header > ul {
    max-width: 60em;
    flex: 1 500px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 0;
}


header > ul li {
    padding: 0;
    margin: 0;
    flex: 1 100px;
    display: flex;
    flex-flow: column;
    align-items: center;
}


header > ul li p {
    margin: 0 auto;
}


header > ul li p span {
    font-size: 11.5px;
    color: #ad2525;
    margin-bottom: 5px;
    font-style: italic;
}


header ul > *:not(:first-child) {
    border-left: 1px solid black;
}
