

/* total section --------------------------------------------------------------------------------------------------------- */
.total-giveaway-container{
    width:100%;
    margin:70px 0px;
}

.total-giveaway{
display:flex;
justify-content:space-around;
align-items:center;
width:1200px;
margin: 30px auto;

}
.total-giveaway-subtext{
width:342px;
}

.mini-divider{
border: 0;
height: 3px;
width: 60px;
/* padding:30px 0px; */
background-color: #F2B544;
margin:auto 0px;

}



/* 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);
}

.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; */
}

