.header-outer {
  display: flex;
  width: 100%;
  justify-content: center;
}

.header-img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1080px){
  .header-img:first-child {
    display: none;
  }
    .header-img:last-child {
    display: none;
  }
  .header-img img {
    width: 100%;
  }
}