.chosenPatient {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;

  h4 {
    margin-bottom: 0;
  }
}