.journal-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px; /* space between logo and text block */
  background-color: white;
  padding: 20px 0;
  width: 100%;
  box-sizing: border-box;
}

.logo-side img.ijemss-header-logo {
  height: 200px; /* makes logo taller to fill space */
  width: auto;
  object-fit: contain;
}

.text-side img {
  height: 170px; /* balances text image with logo */
  width: auto;
  object-fit: contain;
}
