/* style-sobre-nosotros.css */

.about-us-page {
    padding: 50px 0;
    background-color: #ffffff;
  }
  
  .about-us-page h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #0b0147;
  }
  
  .about-content {
    flex: 2;
    margin-right: 30px;
  }
  
  .about-image {
    flex: 1;
  }
  
  .about-image img {
    width: 100%;
    border-radius: 5px;
  }
  
  .about-content h3 {
    color: #0b0147;
    margin-bottom: 10px;
  }
  
  .about-content ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
  }