#recent-winners h1 {
    text-align: center;
    padding-bottom: 30px;
}
#recent-winners .btn-see-more-wrapper {
    padding: 30px 0;
}
#recent-winners-section h5 {
    color: var(--main-color);
    text-transform: uppercase;
}
.btn-bg-color {
    background-color: var(--main-color);
}
#recent-winners-section .recent-winners-image .et_pb_image_wrap,
#recent-winners-section .recent-winners-image img {
    width: 100%;
}
#recent-winners-section .recent-winners-image {
    width: 260px;
}
#recent-winners-section .recent-winners-row {
    margin: 0;
    width: 100%;
    border-top: 1px solid #ccc;
}
#recent-winners-section div:nth-child(1) {
    border-top: unset;
}
#recent-winners-section .recent-winners-row .recent-winners-col-left {
    margin-right: 5%;
}
#recent-winners-section div:last-child div:nth-child(2) {
    border-bottom: unset;
}
@media screen and (max-width: 1024px) {
    #recent-winners-section .recent-winners-image {
        width: 47%;
    }
}
@media screen and (max-width: 980px) {
    #recent-winners-section .winner-item {
        width: 100%;
        margin-right: 0;
    }
    .recent-winners-info {
        width: 50%;
        padding-left: 30px;
    }
    .recent-winners-row div.winner-item:nth-child(2) {
        border-top: 1px solid #ccc;
        padding-top: 30px;
    }
    .recent-winners-row div:nth-child(4) .recent-winners-info {
        padding-top: 30px;
    }
}
@media screen and (max-width: 980px) and (min-width: 580px) {
    .winner-item div {
        margin-bottom: unset;
    }
}
@media screen and (max-width: 580px) {
    #recent-winners-section .recent-winners-image {
        width: 100%;
    }
    .recent-winners-info {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
}