    /* Content section */
    .content-section {
      padding: 60px 0;
      min-height: 60vh;
    }
    .content-section h1 {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 40px;
    }
    .content-section h2 {
      font-size: 22px;
      margin: 30px 0 15px;
      color: #165df5;
    }
    .content-section p, .content-section li {
      color: #ccc;
      line-height: 1.8;
      margin-bottom: 15px;
    }
    .content-section ul {
      margin-left: 25px;
      margin-bottom: 20px;
    }
    .content-section a {
      color: #165df5;
    }
  
