  .custom-check label{
   font-size: 15px;
  }
  input[type=checkbox] {
    transform: scale(1.3);
    margin: 5px;
    cursor: pointer;
  }
 
 