.musikzauber,
.gemeinsam{
    max-width: 1200px;
    margin: 50px auto;
    padding: 45px;
    border-radius: 30px;
    box-shadow: 0 10px 25px rgba(29,78,137,.12);
}

.musikzauber{
    background: linear-gradient(135deg,#ffffff,#eaf6ff);
}

.gemeinsam{
    background: linear-gradient(135deg,#dff3ff,#ffffff);
}

.zauber,
.wachsen{
    display: flex;
    align-items: center;
    gap: 50px;
}

.texto{
    flex: 1.3;
}

.imagem{
    flex: 1;
}

.imagem img{
    width: 100%;
    max-width: 460px;
    border-radius: 25px;
    display: block;
    margin: auto;
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
}

.texto h1{
    color: #1d4e89;
    font-size: 2.3rem;
    margin-bottom: 18px;
}

.texto h2{
    color: #256fb0;
    margin-bottom: 18px;
    line-height: 1.5;
}

.texto p,
.texto li{
    color: #333;
    font-size: 1.05rem;
    line-height: 1.9;
}

.texto ul{
    margin: 20px 0 25px 25px;
}

.texto a{
    display: inline-block;
    margin-top: 20px;
    padding: 14px 30px;
    background: #4a90e2;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
}

.texto a:hover{
    background: #1d4e89;
}

@media(max-width:850px){
    .zauber,
    .wachsen{
        flex-direction: column;
    }

    .musikzauber,
    .gemeinsam{
        margin: 35px 15px;
        padding: 28px 22px;
    }

    .texto h1{
        font-size: 1.8rem;
    }
}