#punkty {
  list-style-type: upper-roman;
}

#punkty > li {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

ol {
  margin-top: 10px;
}

ol li {
  font-weight: normal;
}

li {
  text-align: justify;
}