header {
  padding: 354px 0 100px;
  background-image: url('../images/header.webp');
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  position: top left;
}

@media (min-width: 992px) {
  header {
    padding: 356px 0 100px;
  }
}

section {
  padding: 150px 0;
}
