.accordion-bullet-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.accordion-bullet {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 11px;
  font-weight: bold;
}

