.start-header .start-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #07133f;
  text-decoration: none;
}

.start-header .start-brand img {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.start-brand span {
  display: grid;
  gap: 2px;
}

.start-brand b {
  font-size: 16px;
  letter-spacing: -.025em;
}

.start-brand small {
  color: #68738a;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .07em;
}

@media (max-width: 560px) {
  .start-header .start-brand img {
    width: 46px;
    height: 46px;
  }

  .start-brand small {
    display: none;
  }

  .start-brand b {
    font-size: 14px;
  }
}
