@import url(../00-geral/geral-style.css);

.valores{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.valores__bloco{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
}

.valores__bloco-descricao{
    width: 350px;
    margin: 30px;
}

.valores__bloco-img{
    margin: 30px;
}

.valores__bloco-img > img{
    width: 350px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.valores__bloco-descricao > p:nth-of-type(2){
    padding-bottom: 25px;
}

.valores__bloco-descricao > p:nth-of-type(4){
    padding-bottom: 5px;
}

@media (max-width:900px){
    .valores__bloco{
        flex-wrap: wrap;
    }
    .valores__bloco-descricao{
        margin:0;
    }
    .valores__bloco-img{
            marigin: 0px;
        }

}