@media screen and (max-width: 820px) {
    .cont-sobre-mi{
        width: 100%;
        height: 1024px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 100px 200px;
        justify-content: space-around;
    }

    .cont-Foto-Perfil{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 40px;

    }

    .cont-texto-sobre-me{
        width: 100%;
        margin-bottom: 300px;
    }
}