#main-rgpd {
    margin-top: 100px;
    padding: 50px;
    width: 70%;
}

#title-rgpd {
    margin: 2rem 0 5rem 0;
    text-align: center;
    font-size: 2.5rem;
}

#main-rgpd h2 {
    font-size: 2rem;
    margin: 2rem 0 2rem 0;
    line-height: 120%;
    letter-spacing: -0.50px;
}

#main-rgpd h3 {
    text-transform: uppercase;
    margin: 1.5rem 0 0.5rem 0;
    font-weight: 600;
    line-height: 150%;
}

#main-rgpd a {
    color: black;
    cursor: pointer;
}

#main-rgpd a.transparent {
    text-decoration: none;
}

#main-rgpd li {
    margin-bottom: 2rem;
}

#main-rgpd table {
    font-size: 0.875rem;
    line-height: 1.25rem;
    border-style: solid;
    border-color: black;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2.5rem;
}

#main-rgpd table thead,
#main-rgpd table thead tr {
    border-style: solid;
    border-color: black;
}

#main-rgpd table thead th {
    text-align: left;
    padding: 0.75rem;
    border: 1px solid black;
}

#main-rgpd table tbody tr {
    border: 1px solid black;
}

#main-rgpd table tbody tr td {
    border: 1px solid black;
    padding: 0.75rem;
}

#main-rgpd ul,
#main-rgpd ol {
    text-decoration-color: #58615A;
    padding-left: 2rem;
    margin: 1.5rem 0 1.5rem 0;
}