/* ----------------------------------------- header */
.header {
    grid-area: header;
    box-sizing: border-box;
    padding: 0 80px 50px 80px;
    background: var(--wb-30);
    display: flex;
    justify-content:  center;
    width: 100%;
    min-height: 250px;

}