

  #snapshot-z-1 {
    background: url('./svg/Barbulb.png') no-repeat 0.625rem center;
    background-size: 1.5rem 1.5rem;
    padding-left: 2.5rem;
  }

  .snapshot-container-1 {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
  }

  #snapshot-head-1 {
      margin-bottom: 30px;
  }

  .snapshot-badge-1 {
      display: inline-block;
      font-weight: 700;
      color: rgba(121, 80, 159, 1);
      font-size: 14px;
      border: 1px solid rgba(121, 80, 159, 1);
      border-width: 1px 4px 4px 1px;
      border-radius: 6px;
      padding: 8px 16px;
      background-color: rgba(247, 241, 252, 1);
      background-image: url('./svg/information-circle.svg');
      background-repeat: no-repeat;
      background-position: 10px center;
      background-size: 24px;
      padding-left: 40px;
  }

  .snapshot-main-title-1 {
      font-size: 36px;
      margin: 12px 0px 0px 0px;
      text-align: left;
      font-weight: 700;
  }

  .snapshot-description-1 {
      font-size: 18px;
      color: #141A21;
      line-height: 150%;
      margin: 0px;
      width: 50%;
  }

  .snapshot-card-1 {
      display: flex;
      background-color: #F2F2F9;
      padding: 40px;
      border-radius: 12px;
      gap: 20px;
      align-items: flex-start;
  }

  .snapshot-card-left-1 {
      display: flex;
      justify-content: center;
      flex-direction: column;
      width: 56%;
      /* height: 300px; */
      gap: 16px;
  }

  .snapshot-list-item-1 {
      display: flex;
      align-items: flex-start;
      padding: 0px;
  }

  /* .snapshot-icon-1 {
      background-image: url('./svg/badge-check.svg');
      background-repeat: no-repeat;
      background-position: center;
      background-size: 24px;
      height: 24px;
      width: 24px;
      margin-top: 5px;
  } */

  .snapshot-item-text-1 {
    font-size: 18px;
    color: #2F2F2F;
    line-height: 150%;
    margin: 0;
  }

  .snapshot-card-right-1 {
      flex: 1;
      background-color: #9798A8;
      height: 300px;
      border-radius: 8px;
  }

      .snapshot-card-right-1 {
    margin: auto;
  }

  /* Responsive adjustments */
  @media (max-width: 1024px) {
    .snapshot-card-1 {
      flex-direction: column-reverse; /* Reverse the order: right first, then left */
      align-items: stretch;
    }

    .snapshot-card-left-1 {
      width: 100%;
      height: auto;
      padding-top: 20px;
      flex-direction: column;
    }

    .snapshot-card-right-1 {
      width: 100%;
      min-height: 300px;
      height: auto;
      flex-grow: 1;
      background-color: #9798A8;

    }

    .snapshot-main-title-1 {
      font-size: 24px;
    }

    .snapshot-description-1 {
      font-size: 15px;
    }

    .snapshot-item-text-1 {
      font-size: 14px;
    }
  }

  @media (max-width: 600px) {
    .snapshot-card-right-1 {
      top: 10px;
      min-height: 220px;
    }

    .snapshot-main-title-1 {
      font-size: 28px;
      text-align: start;
      font-weight: 700;
      color: var(--color-gray-700);
    }

    .snapshot-container-1 {
      padding: 0px 20px;
    }

    .snapshot-description-1 {
      font-size: 18px;
      text-align: start;
      width: 100%;
      color: var(--color-gray-700);
    }

    .snapshot-item-text-1 {
      font-size: 14px;
    }

    .snapshot-card-left-1 {
      padding-top: 10px;
    }

    .snapshot-card-1 {
      gap: 1rem;
      padding: 40px 20px;
    }

  }

  .snapshot-text-wrapper-1 {
    display: flex;
    gap: 16px;
  }

  .snapshot-wrapper-1 {
    margin: 40px auto;
    width: 100%;
  }
