.audio-set{
    position: relative;
    display: flex;
    top: -18rem;
    justify-content: center;
    margin: 0 auto;
    
}

.audio-h2-set{
    position: relative;
    display: flex;
    top: -20rem;
    justify-content: center;
    margin: 0 auto;
    color: white;
    font-size: xx-large;
    text-align: center;
}
 
.audio-seccion{
    padding-top: rem;   
    margin-bottom: -9rem!important;
}


@media (max-width:577px){
    .audio-seccion{
        margin-bottom: -15rem!important;
    } }