﻿.privacidade-items {
    font-size: 18px;
    padding-bottom: 50px;
    word-break: break-word;
}

.privacidade-items ol {
    counter-reset: item;
    
}

@media (max-width: 425px) {
    .privacidade-items {
        font-size: 28px;
        line-height: 45px;
    }
}

ol.parentheses {
  counter-reset: list;
}

ol.parentheses > li {
    list-style: none;
}

ol.parentheses > li:before {
    content: counter(list, lower-alpha) ") ";
    counter-increment: list;
}

.privacidade-items h6.block {
    background: #6cf;
    padding: 3px 5px;
    color: #fff;
    margin-bottom: 16px;
}

.privacidade-items span.block {
    margin-bottom: 16px;
}