﻿
.contests h3,
.contests h6 {
    margin-bottom: 0;
}

.contests .contest-item {
    margin: 2.5rem 0;
    padding: 1rem 2rem;
    border-radius: .5rem;
    border: 1px solid #ccc;
    box-shadow: 0 2px 23px 0 #e4e6e9;
    background-color: #d8d8d8;
}
    .contests .contest-item h4 {
        margin: 0;
        font-weight: 400;
    }
    .contests .contest-item h5 {
        margin: 0 0 .25rem 0;
        font-weight: 600;
    }
    .contests .contest-item .winner {
        color: var(--main-color);
        font-weight: 500;
    }
.contests .contest-interaction {
    margin: 2.5rem 0 0 0;
}

@media (max-width: 767px) {
}
