.join-num {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: var(--color-main-dark);
  color: #fff;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}
