@media(max-width:960px) {
    .mt-6 {
        margin-top: 4rem !important;
    }
    
    .my-7 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
}

@media(min-width:960px) {
    
    .mt-lg-6 {
        margin-top: 4rem !important;
    }
    
    .mt-lg-7 {
        margin-top: 5rem !important;
    }
    
    .mt-lg-8 {
        margin-top: 6rem !important;
    }
    
    .mt-lg-9 {
        margin-top: 7rem !important;
    }
    
    .mt-lg-10 {
        margin-top: 8rem !important;
    }
    
    .mt-lg-11 {
        margin-top: 9rem !important;
    }
    
    .mt-lg-12 {
        margin-top: 10rem !important;
    }
    
    .mt-lg-22 {
        margin-top: 20rem !important;
    }
    
    .my-lg-6 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }
    
    .my-lg-7 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
    
    .my-lg-9 {
        margin-top: 7rem !important;
        margin-bottom: 7rem !important;
    }
    
    .my-lg-10 {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important;
    }
    
    .my-lg-12 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important;
    }
    
    .my-lg-16 {
        margin-top: 14rem !important;
        margin-bottom: 14rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 4rem !important;
    }

    .mb-lg-8 {
        margin-bottom: 6rem !important;
    }
     
    .mb-lg-10 {
        margin-bottom: 8rem !important;
    }    
    
    .mb-lg-12 {
        margin-bottom: 10rem !important;
    }
    
    .mb-lg-15 {
        margin-bottom: 13rem !important;
    }
    
    .mb-lg-17 {
        margin-bottom: 15rem !important;
    }
    
    .mb-lg-20 {
        margin-bottom: 18rem !important;
    }
    
    .py-lg-8 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }
    
    .py-lg-9 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }
    
    .px-lg-12 {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }
}