.card-lgpd {
  border-radius: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  min-height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-azul{

    background-color: var(--azul-logo);
}
.card-h-40{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 40vh;
}
.card-bg-white{

    background-color: white;
    border-radius: 13px;
    box-shadow: rgba(255, 254, 254, 0.2) 0px 2px 8px 0px;
}


.lista-lgpd{


}
.lista-lgpd-2{

    color: var(--azul-logo);
    list-style: none;
}
.divisor{
    border-right: 1px solid var(--azul-logo);
}
@media screen and (max-width: 991px) {
    .divisor{
        border-right: none;
    }
}