/* Cfr. https://www.osano.com/cookieconsent/documentation/about-cookie-consent/ */

.cc-revoke {
  display: none !important;
}

.cc-banner {
  padding: 20px !important;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
}
@media (min-width: 992px) {
  .cc-banner {
    padding: 20px 30px !important;
  }
}

@media (min-width: 768px) {
  .cc-message {
    margin-right: 40px !important;
  }
}
.cc-message h3 {
  margin-bottom: 15px;
  color: #fff;
}
.cc-message p {
  margin-bottom: 5px;
}
.cc-message a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

