.header {
background: url(../img/basic/head_2021.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
}

.header::before {
  content: '';
  display: block;
  padding-top: 20%;
}