.Mid_text_e {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: white;
  font-family: "Roboto", sans-serif;
  margin-top: 0;
  width: 90%;
  text-align: left;
  justify-content: center;
  min-height: 568px;
}

.überschriften_e_desktop {
  font-size: 22px;
  font-family: "Pacifico", cursive;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 80px;
  color: #281713;
}

.p_e_desktop {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  font-family: "Roboto", sans-serif;
  margin-bottom: 8px;
  hyphens: auto;
}

.liste_e_desktop {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  font-family: "Roboto", sans-serif;
  hyphens: auto;
}

.Pic_erste_hilfe {
  width: 100%;
  border-radius: 5%;
  justify-content: center;
}

.container_image_desktop_e {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.container_button_termin_erste_hilfe {
  justify-content: center;
  align-items: center;
  position: relative;
}

.button_termin_vereinbaren_erste_hilfe {
  position: relative;
  width: 123px;
  height: 59px;
  border: solid 1px;
  border-color: white;
  border-radius: 15px;
  background-size: cover;
  background-color: transparent;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  cursor: none;
  color: white;
}

.button_termin_vereinbaren_erste_hilfe:hover {
  transition: 0.5s;
  background-color: #281713;
}
