#hero-past-judges {
    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-past-judges .row {
    height: 500px;
}
#past-judges-lists .col {
    padding: 15px;
    border: 3px solid var(--forange);

}
#past-judges-lists {
    background: no-repeat;
    background-size:contain;
    background-position: top!important;
    background-image: url(../../media/images/halftone-bg-white.png)!important;
    padding-top: 20px !important;

}
#past-judges-lists .row {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    margin: 0px;
}
#past-judges-lists h3 {
    color: var(--fdgreen);
    font-weight: 700;
    font-size: 22px;
}
@media screen and (max-width: 980px) {
    #past-judges-lists .row {
        display: block!important;
    }
    #past-judges-lists .col {
        margin-bottom: 20px!important;
    }
    #past-judges-lists .col-lg-12 {
        padding: 0;
    }
    #past-judges-lists .col-lg-12 p {
        padding-bottom: 0 !important;
    }
    #past-judges-lists {
        padding-top: 0 !important;
    }
    .winners-card p:last-child {
        margin-bottom: 0;
    }
}