.main-content {
  padding: 50px;

  h2 {
    font-size: 19px;
    color: #000000;
  }

  h3 {
    font-size: 17px;
    color: #000000;
  }

  p,
  li {
    line-height: 1.5;
    color: #272727;
    font-size: 14px;
    font-family: 'OpenSans', sans-serif;
  }

  ul {
    list-style-type: circle;
  }

  a {
    color: #6098ba;
    word-break: break-word !important;
  }

  th,
  td {
    border: 1px solid rgb(160 160 160);
    padding: 8px 10px;
    text-align: center;
  }

  table {
    border-collapse: collapse;
    border: 2px solid rgb(140 140 140);
    margin-bottom: 1rem;

    font-size: 0.8rem;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #272727;
    font-size: 12px;
    font-family: 'OpenSans', sans-serif;
  }
}

.privacy-section {
  padding-bottom: 2rem;
}

.privacy-sub-section {
  padding-bottom: 1rem;
}

body {
  background-color: #f8ebdd;
  scroll-padding-top: calc(var(--navbar-height) + 2rem);
}

.subtitle {
  font-family: 'OpenSans', sans-serif;
  color: #595959;
  font-size: 14px;
  margin-bottom: 2rem;
}
