.wärme-wrapper {
  width: 100%;
  min-height: 100vh;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wärme-content {
  width: 80%;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.wärme-title-text {
  color: white;
}

.wärme-title-text > h1 {
  font-size: clamp(1.4rem, 4vw, 5rem);
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.wärme-title-text > p {
  font-size: clamp(0.85rem, 2vw, 1.1rem);
  line-height: 1.6;
  margin-bottom: 3rem;
  text-align: justify;
}

.list-item {
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: clamp(0.75rem, 2vw, 1rem);
}

/* Responsive layout */
@media (max-width: 768px) {
  .wärme-content {
    margin-top: 6rem;
  }

  .wärme-title-text > h1 {
    text-align: center;
  }
}
