.header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #f26e10;
  position: relative;
}

.header-image img {
  width: 200px;
  height: 52px;
  position: relative;
  margin-right: 10%;
  padding-top: 25px;
  padding-bottom: 10px;
}