.cookie-notification {
    position: fixed;
    left: 60px;
    bottom: 35px;
    z-index: 100;
    padding: 20px;
    background-color: #F6F7F9;
    max-width: 570px;
}
.cookie-notification__header {
    font-family: "Geologica", sans-serif;
    font-weight: 300;
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: 0;
}