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