/* Gradient header */
.privacy-policy-page .header-gradient {
    background: linear-gradient(to right, #012c76, #4d90fe);
}

/* Cards */
.privacy-policy-page .card {
  border: none;
  border-radius: 10px;
  text-align: left;
}

/* Smooth Scroll */
.privacy-policy-page html {
  scroll-behavior: smooth;
}

/* Remove default underline from links */
.privacy-policy-page .card a {
  text-decoration: none;
  color: inherit;
  color: #2a71eb;
}
ul.row.list-unstyled li a {
    color: #222 !important;
    font-size: 17px;
}
.privacy-policy-page .card a:hover {
  text-decoration: underline;
}

/* Icons alignment */
.privacy-policy-page i {
  vertical-align: middle;
}
.privacy-policy-page {
    background: #f5f5f5;
    padding-bottom: 20px;
}
section.privacy-policy-page li {
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    line-height: 38px;
}
section.privacy-policy-page .header-gradient {
    margin-top: 65px;
}
section.privacy-policy-page li:hover {
    background: #2a71eb;
    color: #fff;
}
section.privacy-policy-page p {
    font-size: 18px;
    line-height: 33px;
}