/* ========================================================================== */


/* ============= REPONSIVE CODE FOR LANDSCAPE TABLET ======================== */


/* ========================================================================== */

@media only screen and (min-width: 960px) and (max-width: 1240px) {
    /***
    * Responsive section introduce reward
    */
    .section-introduce-reward {
        margin-top: 107px;
    }
    /***
    * Responsive section commission
    */
    .detail-commission p:last-child {
        padding-right: 45px;
    }
    /***
    * Responsive section benefits
    */
    @media (max-width: 991px) {
        .detail-benefits {
            width: 100%;
        }
        #benefit3 {
            padding-left: 60px;
        }
        #benefit1 {
            padding-right: 60px;
        }

    }
    @media (min-width: 992px) and (max-width: 1200px) {
        .detail-benefits {
            width: 88.727272%;
        } 
    }
    /***
    * Responsive section rewards
    */
    @media (max-width: 991px) {
        .table-detail-rewards {
            width: 100%;
        }
    }
    /***
    * Responsive section sign-up
    */
    .section-sign-up .btn-sign-up-now {
        padding: 20px 50px 15px 50px;
    }
}
