<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#hero-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-judges .row {
    height: 500px;
}
#judgeslists img {
    max-width: 100px;
    max-height: 100px;
}

#judgeslists .judge-image {
    height: 100px;
    width: 100px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}

#judgeslists .row {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
    display: grid;
}
/* #judgeslists .col {
    margin-bottom: 5px!important;
} */
.text-green {
    color:#069244;
}
#judgeslists {
    padding-top: 0!important;
}
#judgeslists .container.p-0 {
    padding: 0!important;
}
#judges {
    padding-bottom: 20px!important;
}
#judgeslists p:last-child {
    color: #393C41;
}
#judgeslists h4 {
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
}
#judgeslists .col {
    /* margin: 20px; */
    padding: 20px;
    border-radius: 5px;
    border: 3px solid var(--forange);
}
#judgeslists .d-flex.align-items-center{
    color: var(--fdgreen)!important;
    line-height: 24px!important;
}
#gjudgeslists .col div:last-child {
    width: 75%;
}
#judgeslists a {
    cursor: pointer;
}
.show .modal-content h3 {
    color: var(--fdgreen);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}
#judges a {
    color: var(--fsgreen);
}
.modal-content h4 {
    margin-bottom: 25px;
    font-size: 18px;
    color: var(--fdgreen);
    line-height: 32px;
}
#judgeslists .col p {
    margin: 0;
}
#judgeslists h2 {
    margin-bottom: 30px!important;
    /* color: var(--dgreen); */
}
.judges-img {
    column-gap: 30px;
}
.judges-img div:first-child {
    width: 20%;
}
.judges-img div:last-child {
    width: 80%;
}
@media screen and (max-width: 980px)
 {
    #judgeslists .row {
        width: 100%;
        display: block;
    }
    #judgeslists .col {
        margin: 15px;
    }
    #hero-judges .row p, #judges .col p:last-child {
        margin: 0;
    }
    #hero-judges .row {
        height: unset;
    }
    .modal {
        padding: 20px!important;
    }
    #judgeslists .judge-image {
        height: 77px!important;
        width: 77px!important;
    }
}</pre></body></html>