.background-white {
    background-color: #fff;
    padding: 1.5% 2% 1%;
    background-image: url(../img/logo-2.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right 8%;
    border-bottom: 4px solid #000;
}

.background-white:after {
    content: '';
    position: absolute;
    z-index: 2;
    width: 15%;
    height: 4px;
    background-color: #ed1b25;
    bottom: -4px;
    left: 0;
}

.background-white h3 {
    margin-bottom: 0;
}

.consumer-record-box {
    padding: 0 15px;
    box-shadow: 1px 2px 5px 1px #c3c3c3;
}

.consumer-record-theme {
    background-color: #616161;
    padding: 5px 0;
}

.record-theme-text {
    text-align: center;
    color: #fff;
    border-right: 1px solid #8a8888;
}

.record-theme-text span {
    font-size: 20px;
    font-weight: 300;
}

.redeem-white-box {
    padding: .1% 0;
    background-color: #fff;
    position: relative;
}

.redeem-gray-box {
    padding: .1% 0;
    background-color: #e6e6e6;
    position: relative;
}

.redeem-content {
    padding: .4% 0;
    text-align: center;
    border-right: 1px solid #bfbfbf;
}

.redeem-content-1 {
    border: 0px;
}

.modify-button {
    border-radius: 20px;
    color: #fff;
    background-color: #ed1b25;
    padding: 1% 9%;
}

.modify-button:hover {
    color: #fff;
    text-decoration: none;
}

.container-theme {
    position: relative;
}

.container-theme:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 88%;
    height: 1px;
    background-color: #b9b9b9;
}

.container-theme h4 {
    background-color: #f8f8f8;
    display: inline-block;
    padding-left: 40px;
    padding: 1% 0 1% 28px;
    background-image: url(../img/red-stars.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
}

@media (max-width: 770px) {
    .background-white span {
        font-size: 12px;
    }
    .background-white h3 {
        font-size: 20px;
    }
    .background-white {
        background-color: #fff;
        padding: 3% 3%;
        background-image: url(../img/logo-2.png);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: right -900%;
        border-bottom: 4px solid #000;
    }
    .consumer-record-box {
        box-shadow: 0px 0px 0px 0px #c3c3c3;
    }
    .consumer-record-theme {
        display: none;
    }
    .background-margin-bottom {
        box-shadow: 2px 3px 6px 0px #c3c3c3;
        margin-bottom: 5%;
    }
    .modify-button {
        border-radius: 20px;
        color: #fff;
        background-color: #ed1b25;
        padding: 0px 22%;
    }
    .redeem-content-1 {
        border: 0px;
        position: absolute;
        right: 6px;
    }
    .redeem-content {
        padding: 2% 0;
    }
    .redeem-gray-box {
        background-color: #ffffff;
        margin-bottom: 3%;
        box-shadow: 2px 3px 6px 0px #c3c3c3;
    }
    .redeem-white-box {
        margin-bottom: 3%;
        box-shadow: 2px 3px 6px 0px #c3c3c3;
    }
    .redeem-content-gray {
        background-color: #ddd;
    }
    .container-theme:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 30%;
        height: 1px;
        background-color: #b9b9b9;
    }
    .container-theme:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 30%;
        height: 1px;
        background-color: #b9b9b9;
    }
    .container-theme {
        text-align: center;
    }
}
