.wordmark {
  gap: 0;
}

.wordmark img {
  display: block;
  width: auto;
  height: 52px;
  object-fit: contain;
}

@media (max-width: 560px) {
  .wordmark img {
    width: auto;
    height: 40px;
  }
}
