.musika,
.musik {
    max-width: 1200px;
    margin: 50px auto;
    padding: 45px;
    border-radius: 30px;
    box-shadow: 0 10px 25px rgba(29, 78, 137, 0.12);
}
.musika {
    background: linear-gradient(135deg, #ffffff, #eaf6ff);
}
.musik {
    background: linear-gradient(135deg, #dff3ff, #ffffff);
}
.musikalische,
.motorik {
    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, 0.15);
}
.texto h1 {
    color: #1d4e89;
    font-size: 2.3rem;
    margin-bottom: 20px;
}
.texto h2{
    color: #256fb0;
    line-height: 1.5;
    margin-bottom: 20px;
}
.texto p {
    color: #333;
    line-height: 1.9;
    margin-bottom: 15px;
    font-size: 1.05rem;
}
.texto a {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 30px;
    background: #4a90e2;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    transition: 0.3s;
}
.texto a:hover {
    background: #1d4e89;
    transform: translateY(-3px);
}
@media(max-width: 850px) {
    .musikalische,
    .motorik {
        flex-direction: column;
    }
    .musika,
    .musik {
        margin: 35px 15px;
        padding: 28px 22px;
    }
    .texto h1 {
        font-size: 1.8rem;
    }
    .imagem img {
        max-width: 100%;
    }
}
