/* CSS 'progAprendiz.html'*/

/*Pag top background*/
#background-top-img{
  height: 80vh;
  width: 100%;
  background-image: url(../img/img/APRENDIZZZ.jpg);
  background-position: center;
  background-size: cover;
}

/*Jovem Aprendiz*/
.section-aprendiz,
.section-aprendiz img {
  border-radius: 10px;
}

.section-aprendiz .title {
  border-bottom: 4px solid #FB7B04;
}
.section-aprendiz p {
  text-align: justify;
}