:root {
    --gdpr-h2-tc: #C47C47;
    --gdpr-h2-after-bg: #C47C47;
}

#dataProtection h2 {
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: 1.7rem;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: var(--gdpr-h2-tc);
    font-size: 1.4rem;
    line-height: 1.5;
}

#dataProtection h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 8rem;
    height: .2rem;
    content: "";
    background: var(--gdpr-h2-after-bg);
}

#dataProtection h3 {
    font-size: 1.3rem;
}

#dataProtection ul.list-style-alphabet[data-suffix=")"] > li {
    margin-bottom: 1rem;
}

.gdpr-block p {
    padding-left: 1.5rem;
}
