.klaro #klaro-cookie-notice h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.klaro #klaro-cookie-notice p {
    font-size: 14px;
    line-height: 1.4;
}

body .klaro .cookie-modal .cm-modal .cm-header h1 {
    font-size: 22px;
    font-weight: 600;
}
body .klaro .cookie-modal .cm-modal .cm-header p {
    font-size: 16px !important;
    line-height: 1.4;
}

@media (max-width: 670px) {
    body .klaro .cookie-modal .cm-modal .hide {
      top: 10px;
      right: 10px;
    }    
}

@media(max-width: 1023px) {
    body .klaro .cookie-notice:not(.cookie-modal-notice) {
        border-top: 1px solid #999;
    }
}

@media(min-width: 1024px) {
  
    .klaro #klaro-cookie-notice:not(.cookie-modal-notice) {
        bottom:20px;
        top:auto;
        max-width: 410px;
    }
    body .klaro .cookie-modal .cm-modal .cm-header h1 {
        font-size: 28px;
    }
}