/* Estrutura de seções */
section {
  width: 100%;
  padding: 80px 20px;
}

.section-content {
  max-width: 1100px;
  margin: auto;
  padding: 0 15px;
}

section h3 {
  font-size: 2rem;
  color: #003366;
  margin-bottom: 20px;
  text-align: center;
}

section p {
  text-align: center;
  line-height: 1.6;
  max-width: 800px;
  margin: auto;
}
