.priv-policy {
  background-color: #f8f9fa;
  border-radius: 12px;
}

.priv-menu {
  background: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  top: 2rem;
}

.priv-menu a {
  color: #212529;
}

.priv-menu a:hover {
  color: #0d6efd;
  text-decoration: underline;
}

.priv-menu a:hover {
    color: #084298;
    text-decoration: underline;
}

.privacy-header {
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #0d6efd;
    display: flex;
    align-items: center;
}

.privacy-items {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.privacy-items p {
    line-height: 1.4;
    text-align: justify;
    font-size: 1rem;
    color: #444;
}

.item-number {
    min-width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #0d6efd;
    margin-right: 12px;
    font-size: 1rem;
    font-family: 'Times New Roman', Times, serif;
    color: #0d6efd;
}
