/* CSS 'auxEducacional.html'*/

/*Pag top background*/
#background-top-img{
  height: 80vh;
  width: 100%;
  background-image: url(../img/img/Auxílio\ Educacional.jpg);
  background-position: center;
  background-size: cover;
}

.section-auxEducacional,
.section-auxEducacional img {
  border-radius: 10px;
}
.section-auxEducacional p {
  text-align: justify;
}
