.page-content {
    background: #fff;
    padding: 70px 0;
  }
  
  .content-section.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    color: #333;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
  }
  
  .content-section h1 {
    font-size: 32px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
  }
  
  .content-section h2 {
    font-size: 22px;
    margin-top: 40px;
    color: #1a1a1a;
    font-weight: 600;
  }
  
  .content-section p {
    margin-bottom: 18px;
  }
  
  .why-choose {
    list-style: disc;
    padding-left: 25px;
    margin: 20px 0 30px;
  }
  
  .content-section a {
    color: #caa23b;
    text-decoration: none;
    font-weight: 500;
  }
  
  .content-section a:hover {
    text-decoration: underline;
  }
  