.hero {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: rgba(0, 0, 0, 0.8);
  max-width: 98rem;
  margin: auto;
}

.hero h1{
  font-family: "Aldrich", sans-serif;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.hero h2{
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  margin-bottom: 1rem;
}

.hero pi {
  font-size: 1.8rem;
  font-weight:bold;
}

.break {
  padding-top: 0;
  padding-bottom: 1rem;
}

.middle{
  height: auto;
  padding-top: 5rem;
  margin: auto;
}

.hero li{
  text-align: center;
  font-size: 1.4rem;
  list-style: none;
}

.hero ul {
  margin-bottom: 2rem;
  padding: 0;
}

.mitte {
  width: 80%;
  margin: auto;
}
