#shortlists-content .row {
    border: 3px solid #069244;
}

#shortlists-content .row {
    margin: 20px 0;
    padding: 20px;
    border-radius: 0px;
    border: 3px solid;
}

#shortlists-content h3 {
    font-weight: 600 !important;
    font-size: 25px !important;
}

#shortlists-content ul {
    margin-bottom: 0;
}

.remove-list-style ul {
    list-style-type: none !important;
    padding: 0 !important;
}

#shortlists-content li {
    margin: 10px 0;
}

#shortlists-content li img, #shortlists-content .winner-img {
    margin-right: 13px;
    max-height: 20px;
    max-width: 80px;
    object-fit: contain;
    height: auto;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
}

#shortlists-content img {
    object-fit: contain;
    max-width: 150px;
    height: 110px;
}
