:root {
  --header-height: 80px;
}
@media screen and (max-width: 1000px) {
  :root {
    --header-height: 60px;
  }
}

.pin__blockContainer {
  width: 100%;
  margin: 30px auto;
}