.rm-gift{

    max-width:900px;
    margin:60px auto;
    padding:20px;

}

.rm-card{

    position:relative;

    background:
    linear-gradient(135deg,rgba(255,255,255,.08),transparent 40%),
    #161616;

    border-radius:28px;

    padding:60px;

    color:#FFFBE8;

    text-align: center !important;

    overflow:hidden;

    box-shadow:0 25px 70px rgba(0,0,0,.18);

}

.rm-card::before{

    content:"";

    position:absolute;

    width:260px;
    height:260px;

    border-radius:50%;

    background:#F44F4D;

    opacity:.08;

    top:-120px;
    right:-80px;

}

.rm-brand {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.rm-brand img.rm-logo {
    display: block;
    max-width: 120px;
    height: auto;
}

.rm-logo {
    max-width: 120px !important;
    height: auto !important;
    display: block !important;
}

.rm-card {
    text-align: center;
}

.rm-type{

    margin-top:15px;

    font-size:42px;

    font-weight:800;

    letter-spacing:2px;

}

.rm-slogan{

    margin-top:10px;

    color:#bdb8a9;

    font-size:13px;

    letter-spacing:3px;

}

.rm-value{

    margin-top:60px;

    font-size:70px;

    color:#F44F4D;

    font-weight:900;

}

.rm-content{

    background:#fff;

    margin-top:-40px;

    border-radius:24px;

    padding:50px;

    position:relative;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.rm-content h2{

    margin:0;

    color:#161616;

}

.rm-text{

    color:#666;

    margin:20px 0 35px;

}

.rm-code{

    background:#161616;

    color:#FFFBE8;

    font-family:Consolas, monospace;

    font-size:30px;

    letter-spacing:4px;

    border-radius:14px;

    padding:22px;

    margin-bottom:30px;

}

.rm-btn-primary{

    background:#F44F4D;

    color:#fff;

    border:none;

    border-radius:12px;

    padding:16px 40px;

    font-size:16px;

    font-weight:700;

    cursor:pointer;

    transition:.25s;

}

.rm-btn-primary:hover{

    background:#d84240;

}

.rm-btn-secondary{

    display:inline-block;

    margin-left:15px;

    padding:16px 40px;

    border:2px solid #161616;

    color:#161616;

    border-radius:12px;

    text-decoration:none;

    font-weight:700;

    transition:.25s;

}

.rm-btn-secondary:hover{

    background:#161616;

    color:#fff;

}

.rm-info{

    margin-top:45px;

    text-align:left;

}

.rm-info h3{

    margin-bottom:15px;

}

.rm-info ul{

    padding-left:18px;

    line-height:2;

}

.rm-info small{

    display:block;

    margin-top:20px;

    color:#888;

}

@media(max-width:768px){

    .rm-card{

        padding:40px 30px;

    }

    .rm-type{

        font-size:30px;

    }

    .rm-value{

        font-size:54px;

    }

    .rm-content{

        padding:35px 25px;

    }

    .rm-code{

        font-size:20px;

        letter-spacing:2px;

    }

    .rm-btn-primary,
    .rm-btn-secondary{

        display:block;

        width:100%;

        margin:10px 0;

    }

}