
.cards-document .card-document:only-child {
  width: 100%;
  max-width: 100%;
  margin: 0px 20px;
}

.step-circle
{
  min-width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #82b5e0;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 13px;
    margin-top: 8px;
}

.list-block-container {
      /* max-width: 1100px; */
      margin: auto;
      padding: 35px 20px;
      width: 100%;
      
       
    }

    h1 {
      font-size: 26px;
      margin-bottom: 10px;
    }

    .subtext {
      font-size: 14px;
      color: #555;
      max-width: 850px;
      margin: 0 auto 40px;
      line-height: 1.6;
    }

    .cards-document {
      display: flex;
      gap: 24px;
      flex-wrap: wrap;
      /* justify-content: center;
      flex-wrap: wrap; */
    }

    .card-document {
      background: #fff;
      border-radius: 16px;
      padding: 25px 30px;
      width: 570px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      text-align: left;
      width: calc(50% - 12px);
    }
.card-document:nth-child(3):nth-last-child(1) {
    width: 100%;
}
    .card-document h3 {
      font-size: 20px;
      margin-bottom: 20px;
    }

    .step {
      display: flex;
      align-items: flex-start;
      margin-bottom: 16px;
      font-size: 15px;
      line-height: 1.6;
    }

    .step-number {
      min-width: 26px;
      height: 26px;
      border-radius: 50%;
      background: #82b5e0;
      color: #000;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 12px;
      font-size: 13px;
    }

    .end-discription {
      margin-top: 30px;
      font-size: 13px;
    }

    .end-discription a {
      color: #ff6f00;
      text-decoration: underline;
    }

    @media (max-width: 991px) {
      .cards {
        flex-direction: column;
        align-items: center;
      }

      .card {
        width: 100%;
        max-width: 600px;
      }
    }


.card {
      max-width: 1170px;
      margin: auto;
      background: #ffffff;
      border-radius: 6px;
      
      padding: 30px;
    }

    /* Heading */
    .card-title {
      text-align: left;
      font-weight: 600;
      margin-bottom: 12px;
          font-size: 32px;
    color: #131619;
    }

    .card-title span {
      color: #000;
    }

 .doc-section-blue
 {
  background: #82b5e0;
 }

 .doc-section-grey
 {
  background:#f1f1f1;
}
.doc-section-white
 {
  background:#ffff;
}   
/* Intro text */
    .card-desc {
      margin-bottom: 20px;
    font-size: 18px;
    color: #131619B0;
    text-align: left;
    }

    /* Inner document list box */
    .doc-box {
      background: #ffffff;
      border-radius: 6px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.15);
      padding: 20px 25px;
    }

    .doc-box ul {
      margin: 0;
      padding-left: 20px;
    }

    .doc-box li {
          padding: 6px 0;
    line-height: 1.5;
    list-style: disc;
    font-size: 18px;
    color: #131619B0;
    }

    .doc-box li::marker {
      color: #8c8c8c;
    }

.listBlock {
    width: 100%;
    float: left;
}

@media (max-width: 768px) {
  .card-title{
    font-size: 24px;
  }
      .cards-document {
    display: flex;
    gap: 16px;
    /* justify-content: center; */
    /* flex-wrap: wrap; */
    /* flex-direction: column; */
    /* flex-direction: row; */
    overflow-x: auto;
    overflow-y: hidden;
    /* scroll-snap-type: x mandatory; */
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1px;
    scroll-behavior: smooth;
        scrollbar-width: thin;
        flex-wrap: nowrap;
}

.card-document {
    background: #fff;
    border-radius: 16px;
    padding: 25px 30px;
    width: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
    min-width: 85%;
    scroll-snap-align: start;
    flex-shrink: 0;
}
        .content {
            flex-direction: column;
        }
    }