.brand {
  width: 96px;
  height: 66px;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 9px 9px;
  background: transparent;
  color: #111;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1;
}

.brand-name,
.brand-stone {
  display: flex;
  width: 90%;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.1;
  white-space: nowrap;
  text-align: left;
  margin-inline: auto;
}

.brand-name > span,
.brand-stone > span { display: block; flex: 0 0 auto; }

.brand-name { font-weight: 700; }
.brand-stone { font-weight: 400; }

footer .brand { font-size: 10px; }

@media (max-width: 850px) {
  .brand { width: 88px; height: 62px; }
  .brand-name,
  .brand-stone { font-size: 9px; }
}
