.header-cover {
  border-radius: 12px;
}

.header-privacy-terms-conditions {
  position: relative;
  height: 476px;
  margin-bottom: 3.5rem;
}

.background-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: cover;
}

.privacy-pol-and-tnc-title {
  color: #fff !important;
  position: absolute;
  top: 50%;
  text-align: start;
  /* left: 20px; */
}

.related_text {
  color: #bfbfbf;
  font-size: 14.2px;
}

.related-url {
  color: #C58131;
  font-size: 16px;
}

.privacy-terms-content-section {
  padding-bottom: 5rem;
}

.privacy-terms-content-section li {
  padding-bottom: 26px;
}

.privacy-terms-list {
  list-style: none;
  border-bottom: 1px solid #e1e3e6;
  counter-reset: privacy-counter;
}

.privacy_term_item {
  counter-increment: privacy-counter;
}

.privacy_term_item::before {
  content: counter(privacy-counter, decimal-leading-zero);
  font-size: 0.88rem;
  color: #bfbfbf;
  margin-right: 0.5rem;
}

.privacy_term_item:last-of-type {
  margin-bottom: 0;
}

.terms-content-column h1,
.terms-content-column h2,
.terms-content-column h3,
.terms-content-column h4,
.terms-content-column h5,
.terms-content-column h6 {
  margin-bottom: 1rem;
  font-family: "Lexand Deca Regular";
}

.terms-content-column p {
  font-size: 0.88rem;
  color: var(--bs-text-primary);
  margin-bottom: 2.5rem;
}

.head-margin-offset {
  scroll-margin-top: 5.5rem;
}

.privacy_terms_link.active-link {
  color: var(--bs-secondary) !important;
}

.privacy-heading {
  font-size: 1.26rem;
}

.terms-content-column li {
  font-size: 0.88rem;
}

.privacy_term_item a {
  font-size: 0.88rem;
}

.privacy_terms_link {
  font-weight: 400;
}

@media (min-width: 600px) {
  .header-privacy-terms-conditions {
    padding-top: 4.5rem;
  }

  .privacy-terms-content-section {
    padding-bottom: 5.5rem;
  }

  .privacy-heading {
    font-size: 1.56rem;
  }

  .terms-content-column p {
    font-size: 1rem;
  }

  .terms-content-column li {
    font-size: 1rem;
  }

  /* .privacy-pol-and-tnc-title {
    left: 80px;
  } */
}

@media (min-width: 905px) {
  .header-privacy-terms-conditions {
    padding-top: 5rem;
    margin-bottom: 4.5rem;
  }

  .privacy-terms-content-section {
    padding-bottom: 6.5rem;
  }

  .sticky-left-col {
    position: sticky;
    top: 10rem;
    overflow: auto;
  }
}

@media (min-width: 1366px) {
  .header-privacy-terms-conditions {
    margin-bottom: 5rem;
  }

  .privacy-terms-content-section {
    padding-bottom: 8rem;
  }
}

@media (min-width: 1440px) {
  .privacy-pol-and-tnc-title {
    left: 80px;
  }
}