.propuesta_1.cuerpo_d p{ text-align: justify; }
.propuesta_1.cuerpo_d>p + p{margin-top: 15px;}

@media screen and (min-width:1000px){
    .propuesta_1.cuerpo_d{margin-top: 75px; margin-bottom: 75px;}
    .propuesta_1.cuerpo_d .elementos{display: table; width: 100%;}
    .propuesta_1.cuerpo_d .elementos>section{display: table-cell; width: 50%; vertical-align: top;}
    .propuesta_1.cuerpo_d .elementos>section:nth-of-type(2) p, .propuesta_1.cuerpo_d .elementos>section:nth-of-type(2) .titulo2{margin-left: 15px;}
    .propuesta_1.cuerpo_d .elementos>section:nth-of-type(1) p{margin-right: 15px;}
    .propuesta_1.cuerpo_d .elementos{ margin-top: 70px; }    
    .titulo2{margin-bottom: 20px;}    
}

@media screen and (max-width:999px){
    .propuesta_1.cuerpo_d{margin-top: 40px; margin-bottom: 40px;}
    .propuesta_1.cuerpo_d .elementos, .propuesta_1.cuerpo_d .elementos>section:nth-of-type(2){margin-top: 40px;}
    .propuesta_1.cuerpo_d .titulo2{margin-bottom: 10px;}
}

@media screen and (min-width:1000px){     
    .propuesta_1.cuerpo_d{width: 74%;}
}

@media screen and (max-width:999px){    
    .propuesta_1.cuerpo_d{width: 94%;}    
}

.propuesta_1.cuerpo_d{margin-left: auto; margin-right: auto; display: block; margin-top: 35px; margin-bottom: 45px; display: block;}