@media (min-width: 1200px) {
  .display-1 {
    font-size: 8rem;
  }
}

.bg-overlay {
  box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 25%);
}
 