/*--------------------------------------------------------------
#title Section
--------------------------------------------------------------*/
.card-content-title {
  font-size: 3rem;
  color: #00AAFF;
  line-height: 3rem;
  margin-top: 5vh; 
}

@media (max-width: 767.98px) {
  .card-content-title {
    font-size: 1.8rem;
    margin-top: 3vh; 
    line-height: 2.2rem;
  }
}
/*--------------------------------------------------------------
#privacy Section
--------------------------------------------------------------*/
.privacy-wrapper {
  padding: 3vw;
}
.privacy-wrapper .privacy-section {
  text-align: center;
}
.header-copy-wrapper {
  margin-left: -2rem;
}
.privacy-desc {
  color: #696969;
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding-bottom: 10px;
}
h2 {
  color: #00AAFF;
  font-size: 1.6rem;
}
ol {
  list-style: decimal;
}
ol {
  padding-left: 2rem;
}
ol li ol {
  padding-left: 1.5rem;
}
li {
  line-height: 1.2em;
  text-align: justify;
  color: #696969;
  font-size: 1.2rem;
}
h2 {
  text-align: left;
}
p {
  text-align: justify;
}

@media (max-width: 767.98px) {
  .privacy-desc {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  h2 {
    font-size: 1.2rem;
  }
  ol {
    padding-left: 1.5rem;
  }
  li {
    line-height: 1.2rem;
    font-size: 1rem;
  }
}