.mc_member_prod{
    margin-top: 10px;  margin-bottom: 5px;  padding: 5px;
}
.mc_member_prod p{
    color: #000; margin: 0px; line-height: 15px; display: inline-block; margin-left: 5px;
}
.mc_member_checkout{
    margin: 0px; padding: 0px;
}
.mc_member_checkout p{
    color: #000; margin: 0px; line-height: 15px; display: inline-block; margin-left: 8px;
}
.mcpoints_producthead{
    color: #97262c;
    font-size: 1.5rem; font-weight: 400;
    padding: 0px;
    font-family: 'Oswald', sans-serif; display: inline-block; margin-bottom: 0px;
}
.mc_benefits{
    margin-top: 10px;
}
.mc_benefits .col-md-4{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.mc_benefits div{
    color:#fff; font-size: 1.3rem; font-weight: 300; line-height: 15px;
}
.mc_benefits_img_frame{
     height: 33px; width:33px; margin-bottom: 5px;
}
.mc_benefits_img_frame img{
    display: block;
}
.mc_benefits_img_frame .glyphicon{
    font-size: 2.8rem; 
}
.points_product_link_con{
    text-align: center;
}
.points_product_link{
    color: #000; font-size: 1.4rem; padding: 5px; text-align: center;
}
.points_product_link:visited{
    color: #ccc;
}
.points_product_link:hover{
    color: #000;
}
@media all and (max-width: 767px) {
    .mc_benefits_img_frame{
        display: inline-block; margin-right: 15px;
    }
    .mc_benefits .col-md-4{
        flex-direction: inherit;
        justify-content: left;
        text-align: left;
    }
}