#hero-privacy {
    background: no-repeat;
    background-size: cover;
    background-position: top;
    background-image: linear-gradient(0deg, rgb(0 0 0 / 55%), rgb(0 0 0 / 55%)), url(../../media/images/green-awards-hero-img.jpg)!important;
}
#hero-privacy .row {
    height: 500px;
}
#privacy-list a{
    color: var(--lgreen);
}
#privacy-list ul li::marker {
    color: var(--lgreen);
}
@media screen and (max-width:980px) {
    #privacy-list .col-12 {
        padding: 0;
    }
    #privacy-list p:last-child {
        margin: 0;
    }
}