.wordmark-brand {
  flex: 0 0 auto;
}

.wordmark-brand img {
  width: 225px;
  height: auto;
  max-height: 58px;
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 700px) {
  .wordmark-brand img {
    width: 180px;
    max-height: 47px;
  }
}
