    body{
        margin-top: 70px;
    }
.imagens{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.imagens img{
    width: 40%;
    max-width: 300px;
    min-width: 200px;
    margin-inline: 5px;
    margin-top: 30px;
}
.texto{
    width: 100%;
    margin-top: 150px;
    display:flex;
    justify-content:space-evenly;
    flex-wrap: wrap;
}
.texto section{
    width: 35%;
    min-width: 200px;
    margin-bottom: 50px;
}
.texto p{
    text-align: justify;
}