@media screen and (max-width: 590px) {

    #MAIN_PAGE .col-xl-10,
    #MAIN_PAGE .col-lg-10 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.reward-list-wrap{
    margin-bottom: 20px;
}
.reward-list-wrap p{
    font-size: 16px;
    text-align: center;
    margin: 15px auto;
    font-weight: 500;
}

.reward-list{
    width: 70%;
    margin: 0 auto;
    display: flex;
    background-color: rgba(255, 255, 255, 0.4);
}

.reward-list.even{
    background-color: rgba(255, 255, 255, 0.2); 
}

.reward-list-title{
    font-size: 16px;
    font-weight: bold;
    color: #027DDF;
    margin-bottom: 15px;
    text-align: center;
}
.reward-list .list-item{
    flex: 1;
    height: 45px;
    text-align: center;
    font-size: 15px;
    line-height: 45px;
}

@media screen and (max-width: 540px) {
    .reward-list{
        width: 100%;
        margin: 0 auto;
        display: flex;
        background-color: rgba(255, 255, 255, 0.4);
    }
}
