.section-texto {
  max-width: 70%;       /* ancho del contenido */
  margin: 50px auto;      /* centra la sección */
  padding: 20px;
  text-align: justify;    /* JUSTIFICADO */
   color: #003263;
}

.section-texto h2 {
  text-align: center;     /* título centrado */
  margin-bottom: 20px;
  
}

.section-texto p {
  margin-bottom: 15px;
  line-height: 1.6;
 
}