.c-disclaimer {
  border        : none;
  border-radius : 5px;
  max-width     : 800px;
  padding       : 20px;
}
.c-disclaimer::backdrop {
  backdrop-filter  : blur(3px);
  background-color : rgb(0 0 0 / 25%);
}
.c-disclaimer h2 {
  font-size : 30px;
}
.c-disclaimer .div_buttons {
  display         : flex;
  flex-wrap       : wrap;
  justify-content : space-between;
}
.c-disclaimer .cmsmasters_button {
  text-align : right;
  margin-top : 12px;
}
.c-disclaimer .cmsmasters_button.c-ok {
  background-color : rgba(255, 255, 255, 0);
  color            : #294353;
  border-color     : #294353;
  margin-right     : 12px;
  border-width     : 1px;
  border-style     : solid;
}

