html {
  scroll-behavior: smooth;
}
html {
scroll-padding-top: 74px;
}
@media screen and (max-width: 1024px) {
html {
scroll-padding-top: 13.3vw;
}
}