*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

/*secao-projetoAnjosDaLata*/
.secao-projetoAnjosDaLata{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.descProjeto span{
    width: 100%;   
    font-weight: 500;
}
.descProjeto p{
    width: 100%;
    padding: 7px;
    line-height: 1.7;
    text-align: justify;
}

.descProjeto {
  position: relative;
}

.descProjeto::before {
  content: "";
  background-image: url('img/anjosDalata/anjosDaLata.png');
  background-size: cover; 
  background-repeat: no-repeat;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; 
}