/* Header */

section#header {
  width: 100%;
  position: relative;
  background-color: var(--color-white);
  padding: 100px 0;
}

section#header .wrapper {
  background: url("../src/images/bg.png") no-repeat center top;
  background-size: 1200px auto;
  padding-bottom: 50px;
}

section#header .intro {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

section#header .block-screen {
  margin-top: 50px;
  text-align: center;
}

section#header .block-screen img {
  box-shadow: 0px 15px 41px 9px rgba(0, 0, 0, 0.06);
}

section#header .projects {
  margin-top: 100px;
}

section#header .projects img {
  height: 50px;
}