#cookie-consent-banner {
	position: fixed;
    bottom:0;
	left:0;
    width: calc(100% - 0px);
    background-color: #fff;
    text-align: center;
    padding: 50px;
    z-index: 9999;
}

#cookie-consent-banner p {
    margin: 0;
    font-size: 20px;
    color: #1e448a;
    font-family: sans-serif;
}

#cookie-consent-banner a {
    color: #252525;
    margin: 0 10px;
    text-decoration: underline;
    cursor: pointer;
}
