* {
    margin: 0;
}
#offCanvasCookies{
background: rgba(255, 255, 255, 0.9);
}

.cookie-content {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #262f33;
    width: 900px;
}

a {
    color: inherit;
    text-decoration: none;
}

.cookie-accept {
    height: 55px;
    width: 206px;
    font-family: 'Toyota_Display_REGULAR';
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    border: 0;
    background: #eb0b1e;
}

.cookie-decline {
    height: 55px;
    width: 206px;
    font-family: 'Toyota_Display_REGULAR';
    color: #2e2e33;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    background: #fff;
}

@media screen and (max-width: 576px) {
    .cookie-content .description{
        font-weight: 400;
        font-size: 14px!important;
        line-height: 1.5!important;
       
    }
    .cookie-content p{
        text-align:left!important;
        margin-bottom: 0!important;
    }
    .cookie-content{
        line-height: 1!important;
    }
    .cookie-accept {
        width: 165px;
    }

    .cookie-decline {
        width: 165px;
    }
}