main {
    background: #fff;
}

/* main .container {
    max-width: 1200px;
} */

.judge-column {
    border: 3px solid;
    padding: 20px 20px 10px 20px;
}

.judge-image {
    height: 100px;
    width: 100px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}

.judges-lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

#judges-list {
    padding: 0 20px 50px 20px;
}

#judges-list h2 {
    font-size: 28px !important;
    margin-bottom: 25px!important;
}

.judges-img {
    gap: 20px;
}

.modal-content {
    margin: auto;
    max-width: 850px;
    padding: 20px;
    border: none !important;
    border-radius: 0 !important;
}

.close-btn {
    text-align: right;
    height: 0;
}

#judge-name {
    font-size: 25px !important;
}

#judge-position {
    margin-bottom: 20px;
}

#myModal {
    align-self: center;
    padding: 20px;
}

.judges-lists a {
    font-family: 'Poppins' !important;
}

@media screen and (max-width:980px) {
    #judges-list h2 {
        font-size: 25px!important;
    }

    .judges-lists {
        display: block;
    }

    .judge-column {
        margin-bottom: 20px;
    }

    #judge-name {
        font-size: 20px !important;
    }

    .judge-column:last-child {
        margin-bottom: 0;
    }

    #judges-list {
        padding: 0 15px 30px 15px;
    }
}
