main {
    background: #ffff;
}

main .container {
    max-width: 1200px;
}

#past-judges-lists .row {
    display: grid;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
    margin: 0px;
}

#past-judges-lists {
    padding: 20px 20px 50px 20px;
    background: no-repeat;
    background-size: contain;
    background-position: top !important;
    background-image: url(../../media/images/halftone-bg-white.png) !important;
}

#past-judges-lists .col {
    padding: 20px;
}

#past-judges-lists h3 {
    font-size: 25px !important;
}

@media screen and (max-width: 980px) {
    #past-judges-lists h3 {
        font-size: 20px !important;
    }
    #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: 0 0 10px 0 !important;
    }
    .winners-card p:last-child {
        margin-bottom: 0;
    }
    .description {
        padding-top: 0;
    }
}