#hero-terms .row {
    height: 500px!important;
}
#hero-terms {
    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;
}
#terms-and-conditions-list .terms-list li:not(:last-child){
    margin-bottom: 10px;
}

#terms-and-conditions-list a {
    color: var(--lgreen);
}

#terms-and-conditions-list p {
    margin-bottom: 12px!important;
}

@media screen and (max-width:980px) {
    #terms-and-conditions-list .col-12
    , #hero-terms .col {
        padding: 0;
    }
    #hero-terms .hero-section {
        width: unset!important;
    }
    #hero-terms h1 {
        margin: 0 15px 0 15px;
    }
}