.section-card {
      margin: 50px auto;
      max-width: 1100px;
      background: #ffffff; /* White card */
      padding: 40px 50px;
      border-radius: 16px;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08); /* Soft shadow */
    }

    .section-card h2 {
      color: #782123; /* Cyan accent */
      font-size: 32px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 25px;
      position: relative;
    }

   

    .section-card p {
      font-size: 16px;
      line-height: 1.7;
      color: #000; /* Black text */
      text-align: justify;
      margin-bottom: 18px;
    }

    .custom-list {
      list-style-type: disc;
      padding-left: 22px;
      font-size: 16px;
      color: #000;
      margin-bottom: 25px;
    }

    .custom-list li {
      margin-bottom: 10px;
      line-height: 1.6;
    }

    .highlight-box {
     
      border-left: 4px solid #0dcaf0;
      padding: 18px 20px;
      margin: 25px 0;
      border-radius: 8px;
    }

    .highlight-box p {
      margin: 0;
      font-size: 16px;
      color: #000; /* Black text */
    }

    .committee {
      margin-top: 30px;
      text-align: center;
      font-weight: 600;
      font-size: 17px;
      color: #782123;
    }
     

        .section-card {
            margin: 40px auto;
            /* max-width: 1000px; */
            text-align: center;
        }

        .section-card p {
            font-size: 14px;
          
            margin-bottom: 15px;
        }

        /* Fix bullets gap */
        .section-card ul {
            list-style-type: disc;
         
            padding-left: 0;
            margin: 0 auto;
            font-size: 14px;
          
            text-align: left;
          margin: top 30%;
        }

        .section-card ul li {
            margin-bottom: 6px;
        }