  html {
    --scroll-behavior: smooth;
    scroll-behavior: smooth;
  }

  @media screen and (min-width: 1150px) {
    html {
      --scroll-behavior: smooth;
      scroll-behavior: smooth;
    }
  }
