.historia__origen {
  max-width: 80ch;
  margin: 4rem auto;
  padding: 1.5rem;
  line-height: 1.7;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  color: #1b2a4f;
  border-radius: 0.75rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.historia__origen h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 1rem;
  color: #113b8a;
  text-align: center;
}

.historia__origen p {
  margin-bottom: 1rem;
  text-align: justify;
}
