.page-header {
  background-color: #01131f;
  /* height: 140px; */
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-header img.logo-image {
  height: 140px;
  width: auto;
  margin: 10px 20px;
}
