.about-section {
    background-color: #0066cc; /* Color vibrante estilo Max */
    color: white;
  }
  
  .about-section h1 {
    font-size: 2.5em;
  }
  
  .about-section p {
    font-size: 1.2em;
    line-height: 1.6;
  }