.window {
  padding: 0;
  background: var(--paper);
}

.window::before {
  display: none;
}

.window-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  object-position: center;
}

.header-branch {
  display: block;
  width: 132px;
  height: 42px;
  margin: 15px auto 8px;
  object-fit: contain;
}

.journal-illustration {
  display: block;
  width: 100%;
  height: 500px;
  margin: 0 0 52px;
  border: 1px solid var(--line);
  object-fit: cover;
  object-position: center 56%;
}

@media (max-width: 760px) {
  .window-image {
    min-height: 330px;
    max-height: 440px;
  }

  .journal-illustration {
    height: 440px;
    margin-bottom: 38px;
  }
}
