.hero-bursdag {
  height: 200px;
  z-index: -1;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #82a2cc1e;
  pointer-events: none;
  z-index: -1;
}

.hero-bursdag h1 {
  font-size: 55px;
  font-weight: 600;
  z-index: 1;
}

.hero-bursdag h2 {
  font-size: 27px;
  font-weight: 400;
  z-index: 1;
}

main {
  padding: 80px 30px;
}

.main-container {
  display: flex;
  flex-direction: column;
  gap: 38px;
  font-size: 20px;
  font-weight: 400;
  color: var(--dark-bg);
}

.main-container ul {
  list-style-type: none;
}

body {
  background: linear-gradient(to bottom, var(--body-bg) 0%, #e8edff 100%);
}

@media (max-width: 768px) {
  .hero-bursdag::before {
    background: rgba(255, 255, 255, 0.603);
  }

  .hero-bursdag h1 {
    font-size: 36px;
    text-align: center;
  }

  .hero-bursdag h2 {
    font-size: 26px;
  }

  main {
    padding: 40px 30px;
  }
}
