.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  background: #26252a;
  color: #fff !important;
  font-size: 21px !important;
  letter-spacing: 0;
  transform: rotate(12deg);
}
