.brand-mark-link {
  width: auto;
  height: 42px;
  display: flex;
  align-items: center;
  flex: none;
  border-radius: 13px;
  text-decoration: none;
}

.brand-mark-link img {
  width: 42px;
  height: 42px;
  display: block;
  border: 1px solid rgba(23, 23, 25, 0.1);
  border-radius: inherit;
  object-fit: cover;
  box-shadow: 0 7px 18px -14px rgba(21, 23, 29, 0.75);
}

.brand-mark-link span {
  margin-left: 11px;
  color: #171719;
  font-family: "HK Grotesk",Arial,sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

footer .brand-mark-link {
  width: auto;
  height: 48px;
  border-radius: 15px;
}

footer .brand-mark-link img {
  width: 48px;
  height: 48px;
}
