.cookie-consent {
    align-items: center;
    background: #dfe8f3; /* #fff;*/
    border: solid 2px #00416a;
    bottom: 0;
    /* display: flex; */
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

    .cookie-consent button {
        background-color: #00416a;
        border: none;
        color: #FFF;
        cursor: pointer;
        font-family: 'Open Sans';
        font-size: 19px;
        margin: 0 0 0 15px;
        padding: 5px 10px 5px 10px;
        transition: all 100ms ease-in;
    }