.cc-banner.cc-bottom {
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
  padding:10px;
}
.cc-message, .cc-btn {
    font-size: 12px;
    line-height: 1.3;
}
.dp--cookie-check {
       max-width: 400px;
}

@media screen and (min-width: 1024px) {
  
.cc-banner.cc-bottom {
    left: 15px;
    right: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
}

}
@media screen and (min-width: 1620px) {
.cc-banner.cc-bottom {
    left: 15%;
    right: 15%;
    bottom: 15px;
    width: 70%;
}
}