/* CSS 'gerenciamentoResiduos.html'*/

/*Pag top background*/
#background-top-img{
  height: 80vh;
  width: 100%;
  background-image: url(../img/img/centroDeResiduos.jpg);
  background-position: center;
  background-size: cover;
}

/*Controle Biológico*/
.section-gerenciamento,
.section-gerenciamento img {
  border-radius: 10px;
}

.section-gerenciamento .title {
  border-bottom: 4px solid #FB7B04;
}
.section-gerenciamento p {
  text-align: justify;
}