/* ========================================================================== */


/* ============= REPONSIVE CODE FOR PORTRAIT TABLET ========================= */


/* ========================================================================== */

@media only screen and (min-width: 768px) and (max-width: 959px) {
    /***
    * Responsive section commission
    */
    .detail-commission p:last-child {
        padding-right: 45px;
    }
    /***
    * Responsive section benefits
    */
    .detail-benefits {
        width: 100%;
    }
    #benefit3 {
        padding-left: 60px;
    }
    #benefit1 {
        padding-right: 60px;
    }
    /***
    * Responsive section rewards
    */
    .table-detail-rewards {
        width: 100%;
    }
    /***
    * Responsive section sign-up
    */
    .section-sign-up .btn-sign-up-now {
        padding: 20px 50px 15px 50px;
    }
}
