
        .container34 {
            display: flex;
flex-wrap:wrap;
            align-items: center;
            justify-content: space-around;
           /* border: 1px solid #ccc; */
            padding: 20px;
            max-width: var(--wp--style--global--wide-size);
            margin: 0 auto;
           margin-bottom: 40px;
          
        }

        .container34 img {
            max-width: 270px;
           height: auto;
            
        }

        .container34 .text {
            max-width: 600px;
        }



ul.meine-liste {
text-align: left !important;
  list-style: none; /* Listenpunkte löschen */
  padding: 0; /* Voreinstellungen für Innenabstand des Themes und Browsers zurücksetzen */
  margin: 0px; /* Voreinstellungen für Aussenabstand des Themes und Browsers zurücksetzen */
  font-size: 16px !important; /* Schriftgröße anpassen */
margin-top: 20px;
}

.liste-punkt {
  margin-bottom: 10px; /* Abstand zwischen den Listenelementen anpassen */
  display: flex; /* Icon und Text nebeneinander darstellen */
  align-items: center; /* Icon und Text auch vertikal zentrieren */
}

.liste-punkt img {

  margin-right: 18px; /* Abstand zwischen dem Icon und dem Text anpassen */
  width: 18px; /* Breite des Icons anpassen */
  height: 18px; /* Höhe des Icons anpassen */
margin: 10px;
}
        .button2 {
            display: inline-block;
            padding: 10px 20px;
            font-size: 16px;
            color: white;
            background-color: #4CAF50;
            border: none;
            border-radius: 5px;
            text-align: center;
            text-decoration: none;
            cursor: pointer;
            transition: background-color 0.3s ease;
margin-top: 20px;
        }

        .button1:hover {
            background-color: #45a049;
        }
 p2 {
font-size: 17px;
font-weight: 500;
}
