.rewardWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 100px 0;
}

.rWrap1 {
    display: flex;
    flex-direction: column;
    width: 45%;
    border: 1px solid #ffffff8a;
    padding: 10px;
    margin: 1em;
}

.rBox-text {
    font-size: 16px;
    text-align: center;
}

@media screen and (max-width:500px) {
.rWrap1 {
    width: 100%;
}

}