
.footer-text__container {
    width: 90%;
    border-top: 1px dotted white;
    border-bottom: 1px dotted white;
    display: flex;
    justify-content: center;
    max-width: 1310px;
    margin: auto;
    font-size: 11px;
    padding: 2em 0;
    margin-top: 10em;
    font-family: 'Rubik';
    font-weight: 400;
    gap: 2em;
    color: white;
}

.footer-text__title {
    color: #ffaa00;
}

.footer__container {
    width: 90%;
    max-width: 1310px;
    margin: auto;
    padding-top: 2em;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.jacky2-country_text{
  width: 113px;
  display: inline-block;
}

.anj-logo__wrapper{
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 10px;
}
.anj-logo__wrapper img{
  width: 50px;
  height: 50px;
}
.deposit-first__modal-header{
    justify-content: space-between !important;
}
.line-full {
  width: 100%;
  height: 2px;
  background-color: var(--color-primary);
}
 .h1-gold {
      color: #FABB2E;
      font-size: 2.25rem;
      line-height: normal;
      font-weight: bolder;
      margin-top: 1rem;
  }

  .h2-gold {
      color: #FABB2E;
      font-size: 1.75rem;
      line-height: normal;
      font-weight: bold;
      margin-top: 3rem;
  }

  .h3-gold {
      color: #FABB2E;
      font-size: 1.25rem;
      font-weight: 600;
      line-height: normal;
      margin-top: 1.5rem;
      margin-bottom: 0.75rem;
  }

  .p-content {
      color: #B4B4B4;
      text-align: justify;
      font-size: 1rem;
      line-height: 1.75;
      margin-bottom: 0.5rem;
  }

  .numbered-list {
      counter-reset: toc-counter;
      list-style: none;
      padding-left: 1.5rem;
      margin-bottom: 1.5rem;
  }

  .numbered-item {
      counter-increment: toc-counter;
      position: relative;
      padding-left: 1.5rem;
      margin-bottom: 0.75rem;
      color: #B4B4B4;
      text-align: justify;
  }

  .numbered-item::before {
      content: counter(toc-counter) ".";
      position: absolute;
      left: 0;
      color: #B4B4B4;
      font-weight: bold;
  }

  .toc-link {
      color: #FFFFFF;
      text-decoration: none;
      font-weight: 500;
      transition: color 0.3s ease;
  }

  .toc-link:hover {
      color: #FFD966;
      text-decoration: underline;
  }
@media (max-width: 768px) {
  .footer-text__container {
    display: grid;
  }
}
