section.section-banner#banner-1,
section.section-banner#banner-2 {
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  background-attachment: fixed;
}

section.section-banner#banner-2 .section-container * {
  color: var(--hat-neutral);
  text-align: center;
}