.header {
  background-color: #0c2074;
  width: 100%;
  margin-bottom: 10px;
}

.header_container {
  width: auto;
  height: 75px;
}

.header_container_image {
  display: flex;
  align-items: center;
  justify-content: left;
  margin: 0 32px;
  height: 100%;
}

.header_container_image > p {
  font-family: "HelveticaNeue-USB", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 24px;
  padding: 22px 0 23px 0;
  margin-left: 56px;
  font-weight: 500;
  color: #fff;
}
