.consent {
   color: black !important;
      transition: color 0.5s ease-out;
}
.consent-is-checked {
   color: green !important;
        transition: color 0.5s ease-out;

}
