.giveaway-text {
    font-weight: 500;
    color: #FFFFFF;
    line-height: 120%;
    text-align: center;
}

.giveaway-section{
    background-image: url(http://127.0.0.1:8000/assets/frontend/img/giveway-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


@media only screen and (min-width: 1200px) {
    .giveaway-text {
        font-size: 36px;
        padding: 0px 56px;
    }
}
@media only screen and (min-width: 401px) and (max-width:991px){
    img.giveaway-img.img-fluid {
        width: 200px;
    }
}
@media only screen and (max-width: 767px){
    .giveaway-text {
        padding: 0px 40px;
    }
}
@media only screen and (max-width: 400px){
   .giveaway-text {
        font-size: 17.75px;
        line-height: 142%;
    }
    img.giveaway-img.img-fluid {
        width: 200px;
    }
}