h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0.04em;
  color: #2e2f42;
  margin-bottom: 16px;
}

#categories {
  border-radius: 8px;
  padding: 24px;
  background: #fff;
  width: 440px;
}

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

.item ul>li {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #2e2f42;
  border: 1px solid #808080;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 8px 16px;
}

.item ul>li:last-child {
  margin-bottom: 0px;
}