*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.text-view{
    text-align:center; 
    padding:5px; 
    font-size: 20px; 
    color: #fff; 
    font-weight: 600;
}
.redeem-img{
    width:100%;
    height:450px;
}
@media only screen and (max-width: 1024px){
    .redeem-img{
        height:350px;
    }
}
@media only screen and (max-width: 991px){
    .redeem-img{
        height:250px;
    }
}
@media only screen and (max-width: 600px){
    .text-view{
        font-size: unset; 
    }
    .redeem-img{
        height:200px;
    }
}