:root {
  --wide: 1440px;
  --narrow: 1245px;
}

@media screen and (max-width:1440px) {
  :root {
    --wide: 1245px;
  }
}
