section[data-main] {
    min-height: 531px;
    padding-block: 35px;
}
.descontinuado {
    background-color: var(--color-orange);
    color: white;
    padding: 6px;
    width: max-content;
    user-select: none;
    font-size: 25px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.explicandoLgpd>div {
    background-image: url(/img/sistema/dadosProtecao.webp);
    background-repeat: no-repeat;
    background-size: 50px;
    min-height: 50px;
    margin-bottom: 50px;
    padding-left: 75px;
    display: flex;
    align-items: center;
    font-size: 25px;
}

.explicandoLgpd>ul {
    margin-bottom: 20px;
}

.explicandoLgpd>ul:last-of-type {
    margin-bottom: 0;
}

.explicandoLgpd>ul>li:first-of-type {
    font-size: 1.1rem;
    font-weight: 500;
    border-left: 5px orange solid;
    padding-left: 13px;
    list-style: none;
}

.explicandoLgpd>ul>li:nth-of-type(n + 2) {
    margin-left: 30px;
    margin-top: 10px;
}