.creencias {
	list-style: none;
	text-align: center
}
.creencias p{
	text-align: justify;
}
.cuerpo {
  background: #fff;
  padding: 30px;
}
.cuerpo span{
  text-align: justify;
}
.facebook {
  width: 450px;
  align-content: center;
  margin-top: 2em;
}
.facebook iframe{
  width:340px;
  height:360px; 
}

@media screen and (max-width: 980px){
  .facebook {
    width: 100%;
    align-content: center;
  }
}