.page_cookies .main.generic-page.full-width .title h2 {
    margin: 0 0 1.875rem !important;
    font-size: 2rem;
}
.page_cookies #footer .row .col:first-child ul li {
    font-size: 14px;
}
@media screen and (max-width: 991px) and (min-width: 767px){
    .html .CookieDeclaration{
        padding: 0;
    }
}
@media screen and (max-width: 767px){
    .CookieDeclaration{
        padding: 0;
    }
    .page_cookies .content p,
    .page_cookies .content ul {
        font-size: 0.9rem;
    }
    .page_cookies .content table tbody tr td {
        font-size: 0.8rem;
        padding: 5px;
    }
}

@media screen and (max-width: 600px){
    .page_cookies .content table tbody tr td {
        font-size: 0.7rem;
        padding: 3px;
    }
}

@media screen and (max-width: 500px){
    .page_cookies .content table tbody tr td {
        font-size: 0.7rem;
        padding: 3px;
    }
}