.mc_points_account{
    color:#000; padding:10px; 
}
.mc_points_account h5{
    color:#000; font-weight: 400;
}
.mc_benefits{
    margin-top: 10px; text-align: center;
}
.mc_benefits .col-md-4{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.mc_benefits div{
    color:#000; font-size: 1.3rem; font-weight: 300; line-height: 15px;
}
.mc_benefits_img_frame{
    margin-bottom: 5px;
}
.mc_benefits_img_frame .glyphicon{
    font-size: 3rem; 
}
.mc_benefits_img_frame span{font-size: 2.2rem;}
.mc_points_account ul{
    margin-left: 0px; list-style: none; text-align: center; margin-bottom: 0px; text-transform: uppercase;
}
.mc_points_account li{
    font-size: 1.7rem; line-height: 35px;
}
@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;
    }
    .mc_benefits p{
        display: flex;
    }
    .mc_benefits div{
        text-align: center;
    }
}