.giveaway-info .left-col {
    display: flex;
    padding: 5rem;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 2rem;
    flex: 1 0 0;
}
.giveaway .general-info{
    height: 90vh;
}

.giveaway-button{
    background: inherit;
    border: 2px solid #FCD406;
    outline: none;
    transition: .3s ease-in;
    text-decoration: none;
}
.giveaway-button:hover{
    background: #FCD406 !important;
    color:#000 !important;
}
.firework{
    object-fit: cover;
    height: 100vh;
    position: relative;
}
.top-content .winner-details{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
}
.rules-container{
    padding: 0 3rem;
}
.rule_no{
    padding: 0.4rem 2rem;
    font-weight: bold;
}
.rules-container .card-body p.extra-small{
    padding-right: 2rem;
    padding-left: 0;
}
@media (max-width:991px) {
    .giveaway-info .left-col{
        padding: 1.5rem;
    }
    .rules-container{
        padding: 0;
    }
}
@media (max-width:767px) {

    .giveaway-info .left-col{
        padding: 1.5rem;
    }
   
}
@media (max-width:600px) {

    .giveaway-details .general-info .browse a{
        font-size: 0.8rem;
    }
    .top-content .winner-details{
        position: absolute;
        top:-10%;
    }
    .rules-container .card-body p.extra-small{
        padding-right: 0;
    }
    .giveaway .general-info{
        height: 80vh;
    }
   
}

@media (max-width:480px) {
    .giveaway .box {
        width: 4rem;
        height: 4.1rem;
    }
}