.historia-page {
  max-width: 768px;
  margin: 60px auto 100px;
  padding: 0 0.5rem;
}

.historia-page h1 {
  font-size: 3rem;
  color: var(--custom-background-dark-color);
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.historia-page p {
  color: var(--custom-secondary-color-text);
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
}

@media (max-width: 768px) {
  .historia-page {
    margin: 30px auto 60px;
  }

  .historia-page h1 {
    font-size: 1.75rem;
  }

  .historia-page p {
    font-size: 1rem;
  }
}