@import "../template.css";
.header-home {
  padding: calc(var(--navbarHeight)) 1.5rem 1.5rem;
}
.header-home .header-wrapper {
  max-width: 100%;
}
.page-home {
  margin: 0 auto;
  max-width: 1400px;
}
