.p_titulo {
  margin: 50px 0 20px;
  background: url("../img/projeto1.jpg") no-repeat center;
  height: 120px;
  width: 100%;
  text-align: center;
}

.p_titulo h1 {
  font-size: 34px;
  font-weight: bold;
  margin: 30px 0;
  color: #f1f3f3;
 }

.p_titulo h1:after {
  content: "";
  display: block;
  width: 300px;
  height: 5px;
  background: #f1f3f3;
  margin: 6px auto 30px;
}

.corpo1 p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 12px;
  text-align: justify;
}

.corpo1 h2 {
  font-size: 24px;
  font-weight: bold;
}
