.content-conteiner-privacidad{
    background-image: url("../src/Enfoque\ Diferencial\ Banner\ T.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    width: 110%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 50% 50%/0 0 20vw 20vw;
    box-shadow: 0 .125rem 3.125rem 0 rgba(0,0,0,.8);
    height: 20em;
}

.img-ppss{
    width: 100%;
    margin: 10px;
    box-shadow: -1px -1px 6px 0 #069A93, 4px 4px 16px 2px #134392;
}

.arre{
    text-align: left;
}


@media (max-width: 750px){

    .content-conteiner-privacidad{
        height: 20em;
    }
    
}


