#storename {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}
.brand {
  font-weight: 600;
  font-size: 1.5rem;
}
.tagline {
  font-weight: 500;
  font-size: 1rem;
}
#logo img {
  width: auto;
  max-height: 60px;
}
.text-brand-3 {
  color: #2240B1;
}
