.brand {
  gap: 3px;
  line-height: 1;
}

.logo-part {
  display: inline-flex;
  align-items: baseline;
}

.logo-part b {
  position: relative;
  font: inherit;
}

.logo-part b::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 50%;
  top: 3px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: var(--green);
}
