/* CSS 'comunicacaoSocial.html'*/

/*Pag top background*/
#background-top-img{
  height: 80vh;
  width: 100%;
  background-image: url(../img/img/educaçãoAmbiental.jpg);
  background-position: center;
  background-size: cover;
}

/*comunicação social*/
.section-comunicacao,
.section-comunicacao img {
  border-radius: 10px;
}

.section-comunicacao .title {
  border-bottom: 4px solid #FB7B04;
}
.section-comunicacao p {
  text-align: justify;
}