

.global-confirm-checkbox-block{
 display:block!important;
 margin: 0;

}
.global-confirm-checkbox-block .checkbox-text{
 font-size:20px!important;
  line-height:120%!important;
}

.global-confirm-checkbox-block a {
  color: inherit!important;
  text-decoration: underline !important;
  transition: all .5s ease;
   
}
.custom-field.type-checkbox .field-label .label-value a{
  color: inherit!important;
  text-decoration: underline !important;
  transition: all .5s ease;
}

.global-confirm-checkbox-block a:hover, .custom-field.type-checkbox .field-label .label-value a {
  opacity: 0.8;
}

@media(max-width:760px){
.global-confirm-checkbox-block .checkbox-text{
 font-size:16px!important;
}
}
