.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #f5fbff, #cce9f6);
  color: #17456c;
  border: 1px solid #b8d7e7;
  box-shadow: inset 0 1px 0 #fff, 0 5px 14px rgba(9, 48, 78, .15);
  font-size: 1.45rem;
  font-weight: 900;
}

.brand-name {
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 1.02;
}

.brand-name strong {
  font-size: 1.02rem;
  letter-spacing: -.01em;
  white-space: nowrap;
}

.brand-name small {
  display: block;
  margin: 5px 0 0;
  color: #4f8eae;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .brand-mark { width: 40px; height: 40px; border-radius: 11px; }
}
