*,html{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
article section.Struktur{
    padding: 3rem;
    background-image: url('../assets/background/bg. struktur-01.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.Struktur .TextStruktur{
    align-items: center;
    text-align: center;
    
}

.org-wrapper {
  text-align: center;
  padding: 2rem;
}

.org-wrapper h2 {
  font-size: 2rem;
  margin-bottom: 0.2rem;
}

.org-wrapper p {
  font-size: 1rem;
  margin-bottom: 2rem;
  
  
}

.org-full {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.org-full img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}