/* Reajuste a distribución de contenedores */
.sub-body
{
    justify-content: space-between; gap: 20px;
}



.contenedor_about {width: calc(100% - 10px); max-width: 1024px; margin: 0 auto;}

.contenedor_about img {width: 100%; margin-top: 10px; border-radius: 2px;}
.proyecto_img_pc {display: block;}
.proyecto_img_ce {display: none;}

@media screen and (max-width: 599px) {
    .proyecto_img_pc {display: none;}
    .proyecto_img_ce {display: block;}
}



/* Reajuste a contenedor */
footer
{
    margin-top: initial;
}