.spacer-section {
  width: 100%;
  overflow: hidden;
  height: var(--hh-space-2xl);
}

@media screen and (min-width: 750px) {
  .spacer-section {
    height: 90px;
  }
}
