#categories {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  width: 392px;
}

.item {
  background-color: #f6f6fe;
  border-radius: 8px;
  padding: 16px;
}

.item:not(:last-child) {
  margin-bottom: 24px;
}

.item h2 {
  margin: 0 0 16px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0.04em;
  color: #2e2f42;
}

.item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.item ul li {
  padding: 8px 16px;
  border: 1px solid #808080;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #2e2f42;
}

.item ul li:not(:last-child) {
  margin-bottom: 8px;
}