html {
  scroll-padding-top: 120px;
}

.white-label-section {
  scroll-margin-top: 120px;
}

@media (max-width: 640px) {
  .white-label-section {
    scroll-margin-top: 72px;
  }

  html {
    scroll-padding-top: 72px;
  }
}
