.js-cookie-consent{
    font-family: Arial,sans-serif;
    position: relative;
    padding: 20px;
    padding-left: 90px;
    text-align: center;
    width: 100%;
    height: 70px;
    background-color: #e4e4e9;
    border-bottom-color: #2A2C2E;
    border:  2px solid #e4e4e9;
}
.js-cookie-consent-agree{

    font-weight: 400;
    font-size: 15px;
    height: 100%;
    background: linear-gradient(to top,#004771,#0072b6);
    color: #fff;
    margin-left: 10px;
    text-decoration: none;
    line-height: 20px;
}