.site-header,
.site-main,
.site-footer {
  display: grid;
}

.site-main {
  min-height: 100vh;
  overflow-x: clip;
}

.page-section {
  display: grid;
  width: 100%;
  scroll-margin-top: 3.5rem;
}

.section-label {
  margin: 0 0 0.8rem;
  color: var(--color-brand);
  font-size: 0.76rem;
  font-weight: 750;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .section-label {
    margin-bottom: 0.55rem;
    font-size: 0.68rem;
  }
}