/* APRESENTAÇÃO */

body {
    margin: 0 auto;
    padding: 0;
}

p {
    font-family: poppins-medium;
    text-align: justify;
}

section {
    background-color: #BDB28B;

}

.containerTextoSobre {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(19em, 1fr));
    align-items: top;
    justify-items: center;

    background-color: #BDB28B;
}

.textosSobre {
    width: 82%;
}

.textoSobreUl {

    line-height: 1.2;
    margin-left: 1em;
    padding: 0;
    list-style-type: square;
}

.img-sobre-apresentacao {
    width: 100%;
    border-radius: 1em;
    box-shadow: 1px 1px 15px rgb(0, 0, 0, 0.5);
    margin-top: 1em;

}

.TextosSobreDois {
    width: 90%;
    height: auto;
    display: flex;
    /* grid-template-columns: repeat(auto-fit, minmax(19em, 1fr));     */
    justify-content: center;
    align-items: center;

}

footer p {
    text-align: center;
}

@media screen and (max-width: 650px) {

    section {
        background-color: #BDB28B;

        h1 {
            font-size: 2.5em;
        }

    }

}