.terms-section h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--bs-dark);
  }
  .terms-section h5{
      font-size: 1rem;
      color:var(--bs-dark-100);
  }
  .terms-section p{
      color:var(--bs-dark-100);
  }
  .terms-card {
      background: linear-gradient(99.72deg, #252C36 19.5%, #022659 100%);
  }