.conhecimentos {
    display: block;
}

.conhecimentos h2 {
    padding: 1em 0;
    font-size: 1.5em;
    text-align: center;
    font-weight: 500;
}

.itens-conhecimentos-div {
    display: block;
}

.itens-conhecimentos {
    display: block;
}

.img-conhecimentos {
    width: 30%;
    padding: 1em;
    margin: auto;
}

.img-conhecimentos img {
    width: 100%;
}

.itens-conhecimentos p {
    text-align: center;
    margin: 0 1em;
    line-height: 1.5em;
}

@media screen and (min-width: 600px) {

    .itens-conhecimentos {
        display: flex;
        padding: 1em 4em;
    }

    .img-conhecimentos {
        width: 100%;
    }

    .itens-conhecimentos p {
        text-align: justify;
    }
    
}

@media screen and (min-width: 1080px) {

    .conhecimentos {
        width: 70%;
        margin: 10em auto;
    }

    .conhecimentos h2 {
        font-size: 2em;
        margin-bottom: 2em;
    }

    .itens-conhecimentos-div {
        display: flex;
    }

    .itens-conhecimentos {
        display: block;
        padding: 0;
    }

    .img-conhecimentos {
        width: 150px;
    }

    .itens-conhecimentos p {
        text-align: center;
    }
    
}