* {
  background: #F4F9FD;
}
body {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

p {
  margin: 4px 0px;
  line-height: 24px;
}

blockquote {
  /* background: #f9f9f9; */
  border-left: 2px solid #788cc6;
  margin: 16px 10px;
  padding: 0 10px;
}

ul {
  padding-inline-start: 1.2em;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}

ul li {
  margin-bottom: 0.5em;
}

#faq-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.01em;
}

#featured-image-container {
  margin-bottom: 1em;
  text-align: center;
}

.text-center {
  text-align: center !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}


/* privacy policy page */
.policy-page p {
  line-height: 24px;
  margin-bottom: 22px;
}

.policy-page .policy-item .policy-title {
  display: flex;
  align-items: flex-start;  
  margin-bottom: 1em;
}
.policy-page .policy-item .policy-title p {
  margin: 0;
}

.policy-page .policy-item .policy-title .numeral {
  margin-right: 8px;
  margin-bottom: 0;
  margin-top: 0;
}

.policy-page .policy-item .policy-title .label, 
.policy-page .policy-item .policy-title .numeral {
  font-weight: 700;
  font-size: 20px;
}

.policy-page .policy-item .policy-title .label {
  margin: auto 0;
}

.mb-0 {
  margin-bottom: 0!important;
}

.policy-page .policy-item:last-of-type {
  margin-bottom: 22px;
}

.policy-page .last-revision {
  font-size: 0.8em;
  line-height: 0.9px;
}


/* bootstrap css class helpers */
.d-none {
  display: none;
}

.d-block {
  display: block;
}

@media only screen and (min-width: 768px) {
  .d-md-block {
    display: block;
  }
  .d-md-none {
    display: none;
  }
}
