/*parte 1*/
.apresentacao {
    display: flex;
    padding: 130px;
    justify-content: center;
    align-items: center;
    background-color: #47845C;
}

.texto1 {
    font-size: 22px;
    color: #fff;

}

span{
    font-weight: bold;
}

.texto1 p{
    font-size: 25px;
}

/*parte 2*/
.apresentacao2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px;
}

.texto{
    padding:75px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-align: justify;
}

.img-ilu {
    width: 500px;
}

.texto p{
    font-size: 23px;
    color:#009334;
}

/*parte 3*/
.apresentacao3 {
    padding: 20px;
    padding-bottom: 150px;
    justify-content: center;
    align-items: center;
}

.titulo{
    text-align: center;
}

.titulo h1{
    font-size: 30px;
    color: #47845C;
}

.cards{
    display: flex;
    justify-content: center;
    align-items: center;
}

.espaco{
    padding: 30px;
}

.item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icons{
    width: 250px;
}

.item h1{
    font-size: 24px;
    padding-top: 30px;
    text-align: justify;
    color:#545956;
}

.item p{
    font-size: 18px;
    padding-top: 30px;
    text-align: justify;
    color:#75847A;
}


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

    .apresentacao {
        display: flex;
        padding: 65px;
        padding-top: 120px;
        padding-bottom: 120px;
        flex-direction: column;
    }

    .img-apr {
        width: 160px;
        padding-bottom: 30px ;
    }

    .texto1 {
        font-size: 12px;
        padding: 10px;
    }

    /*parte 2*/
    .apresentacao2{
        display: flex;
        flex-direction: column;
    }

    .cards{
        display: flex;
        flex-direction: column;
    }
}