.quem-somos {
    background-color: #e5e5e5;
    padding: 5rem;
    text-align: center;
}

.quem-somos__titulo {
    background-color: #e5e5e5;
    color: #8d0606;
    font-family: Pacifico, cursive;
    font-size: 3.1870rem;
    margin-left: 1rem;
}

.quem-somos__descricao {
    background-color: #e5e5e5;
    font-weight: 100;
    font-size: 1.75rem;
    color: #595959;
}

.pessoa {
    background-color: #e5e5e5;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 0) {
    .pessoa {
        margin-bottom: 2rem;
    }
}

@media screen and (min-width: 0) {
    .pessoa {
        margin-bottom: 0;
    }
}

.pessoas {
    display: flex;
    justify-content: space-around;
    padding-top: 3rem;
}

@media screen and (min-width: 0) {
    .pessoas {
        flex-direction: column;
    }
}

@media screen and (min-width: 760px) {
    .pessoas {
        flex-direction: row;
    }
}

.pessoa__nome {
    color: #8d0606;
    font-family: Pacifico, cursive;
    font-size: 2rem;
    margin: 1rem 0;
    text-shadow: 2px 10px 10px rgb(167, 136, 136);
}

.pessoa__funcao {
    color: #595959;
    font-size: 1.25rem;
    text-transform: lowercase;
}

.pessoa__imagem {
    background-color: #8d0606;
    background-position: center;
    border-radius: 100%;
    box-shadow: 2px 10px 10px rgb(167, 136, 136);
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    margin: 0 auto;
    width: 200px;
}

.pessoa__imagem--edison {
    background-image: url('../../img/edi.jpg');
}

.pessoa__imagem--otilia {
    background-image: url('../../img/otilia.jpg');
}