#diagnoses-new {
  .form-check-input:checked {
    background-color: #f892bb;
    border-color: #f892bb;
  }
  .option-strongly_agree {
    font-size: 2.5rem;
  }
  .option-agree {
    font-size: 1.5rem;
  }
  .option-disagree {
    font-size: 1.5rem;
  }
  .option-strongly_disagree {
    font-size: 2.5rem;
  }
}

#diagnoses-show {
  h2 {
    font-size: 2rem;
    font-weight: bold;
  }
  h3 {
    font-size: 1.2rem;
  }
  h4 {
    font-size: 1.1rem;
  }
  section {
    p {
      margin-bottom: 0;
    }
  }
}
