.misc-test {
  font-size: 16px;
}
.misc-test .info-text {
  font-size: 20px;
  line-height: 1.4;
}
.misc-test input[type="radio"], .misc-test input[type="checkbox"] {
  margin-left: -1.25rem;
  margin-top: 1rem;
}
.misc-test .form-check-label {
  font-size: 18px;
  margin: .5rem 0;
  cursor: pointer;
}
.misc-test .form-check input[type="radio"]:checked + .form-check-label,
.misc-test .form-check input[type="checkbox"]:checked + .form-check-label {
  font-weight: bold;
  color: black;
}
