/* recently won ----------------------------------------------------------------------  */

.recently-won-title-container{
    text-align:center;
}
.recetnly-won-title{
    width:700px;
    /* font-weight:600; */
}

.recently-won-container{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.recently-won-cell{
    width:375px;
    box-shadow: 0px 20px 45px rgba(0,0,0,0.08);
    margin:0px 10px;
    color:black;
    border-radius:5px;

    transition: transform .2s ease-out;
    margin:16px;

}

.recently-won-cell:hover{
    transform:scale(1.01) translateY(-10px);

}

.recently-won-img img{
    height:411px;
    width:100%;
    object-fit: cover;
}
.recently-won-content-container{
    padding:30px;
    text-align:center;
    /* height:206px; */
}

.recently-won-content-container span, .recently-won-title{
    padding:16px;
}

/* .recently-won-date{
    font-weight:600;
} */

@media(max-width: 925px){

    .winners-title, .recetnly-won-title {
        width:555px;
        margin:0px auto;
    }

}

@media(max-width: 700px){
    .winners-title, .recetnly-won-title {
        width:auto;
    }
}

@media(max-width: 700px){
    .winners-title, .recetnly-won-title {
        width:auto;
        margin:10px;
    }

}