.projetos-section {
  padding: 40px 20px;
  text-align: center;
}
.projetos-section h2 {
  font-size: 2rem;
  color: #005599;
  margin-bottom: 20px;
}
.projetos-section h3 {
  font-size: 1.4rem;
  color: #005599;
  margin: 20px 0 10px;
}
.projetos-section p {
  max-width: 800px;
  margin: 10px auto;
  font-size: 1.1rem;
  color: #444;
}