.logo-banner {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

/* default to 60px for both */
.logo-banner img {
  height: 60px;