.m{
    &-6 {
        margin: 6rem !important;
    }
    &-sm-6 {
        @include sm(){
            margin: 6rem !important;
        }
    }
    &-md-6 {
        @include md(){
            margin: 6rem !important;
        }
    }
    &-lg-6 {
        @include lg(){
            margin: 6rem !important;
        }
    }
    &-xl-6 {
        @include xl(){
            margin: 6rem !important;
        }
    }
    &-xxl-6 {
        @include xxl(){
            margin: 6rem !important;
        }
    }
}
.my {
    &-6 {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }
    &-sm-6 {
        @include sm(){
            margin-top: 6rem !important;
            margin-bottom: 6rem !important;
        }
    }
    &-md-6 {
        @include md(){
            margin-top: 6rem !important;
            margin-bottom: 6rem !important;
        }
    }
    &-lg-6 {
        @include lg(){
            margin-top: 6rem !important;
            margin-bottom: 6rem !important;
        }
    }
    &-xl-6 {
        @include xl(){
            margin-top: 6rem !important;
            margin-bottom: 6rem !important;
        }
    }
    &-xxl-6 {
        @include xxl(){
            margin-top: 6rem !important;
            margin-bottom: 6rem !important;
        }
    }
}
.mx {
    &-6 {
        margin-left: 6rem !important;
        margin-right: 6rem !important;
    }
    &-sm-6 {
        @include sm(){
            margin-left: 6rem !important;
            margin-right: 6rem !important;
        }
    }
    &-md-6 {
        @include md(){
            margin-left: 6rem !important;
            margin-right: 6rem !important;
        }
    }
    &-lg-6 {
        @include lg(){
            margin-left: 6rem !important;
            margin-right: 6rem !important;
        }
    }
    &-xl-6 {
        @include xl(){
            margin-left: 6rem !important;
            margin-right: 6rem !important;
        }
    }
    &-xxl-6 {
        @include xxl(){
            margin-left: 6rem !important;
            margin-right: 6rem !important;
        }
    }
}
.mt {
    &-6 {
        margin-top: 6rem !important;
    }
    &-sm-6 {
        @include sm(){
            margin-top: 6rem !important;
        }
    }
    &-md-6 {
        @include md(){
            margin-top: 6rem !important;
        }
    }
    &-lg-6 {
        @include lg(){
            margin-top: 6rem !important;
        }
    }
    &-xl-6 {
        @include xl(){
            margin-top: 6rem !important;
        }
    }
    &-xxl-6 {
        @include xxl(){
            margin-top: 6rem !important;
        }
    }
}
.mb {
    &-6 {
        margin-bottom: 6rem !important;
    }
    &-sm-6 {
        @include sm(){
            margin-bottom: 6rem !important;
        }
    }
    &-md-6 {
        @include md(){
            margin-bottom: 6rem !important;
        }
    }
    &-lg-6 {
        @include lg(){
            margin-bottom: 6rem !important;
        }
    }
    &-xl-6 {
        @include xl(){
            margin-bottom: 6rem !important;
        }
    }
    &-xxl-6 {
        @include xxl(){
            margin-bottom: 6rem !important;
        }
    }
}
.ms {
    &-6 {
        margin-left: 6rem !important;
    }
    &-sm-6 {
        @include sm(){
            margin-left: 6rem !important;
        }
    }
    &-md-6 {
        @include md(){
            margin-left: 6rem !important;
        }
    }
    &-lg-6 {
        @include lg(){
            margin-left: 6rem !important;
        }
    }
    &-xl-6 {
        @include xl(){
            margin-left: 6rem !important;
        }
    }
    &-xxl-6 {
        @include xxl(){
            margin-left: 6rem !important;
        }
    }
}
.me {
    &-6 {
        margin-right: 6rem !important;
    }
    &-sm-6 {
        @include sm(){
            margin-right: 6rem !important;
        }
    }
    &-md-6 {
        @include md(){
            margin-right: 6rem !important;
        }
    }
    &-lg-6 {
        @include lg(){
            margin-right: 6rem !important;
        }
    }
    &-xl-6 {
        @include xl(){
            margin-right: 6rem !important;
        }
    }
    &-xxl-6 {
        @include xxl(){
            margin-right: 6rem !important;
        }
    }
}

//padding
.p{
    &-6 {
        padding: 6rem !important;
    }
    &-sm-6 {
        @include sm(){
            padding: 6rem !important;
        }
    }
    &-md-6 {
        @include md(){
            padding: 6rem !important;
        }
    }
    &-lg-6 {
        @include lg(){
            padding: 6rem !important;
        }
    }
    &-xl-6 {
        @include xl(){
            padding: 6rem !important;
        }
    }
    &-xxl-6 {
        @include xxl(){
            padding: 6rem !important;
        }
    }
}
.py {
    &-6 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    &-sm-6 {
        @include sm(){
            padding-top: 6rem !important;
            padding-bottom: 6rem !important;
        }
    }
    &-md-6 {
        @include md(){
            padding-top: 6rem !important;
            padding-bottom: 6rem !important;
        }
    }
    &-lg-6 {
        @include lg(){
            padding-top: 6rem !important;
            padding-bottom: 6rem !important;
        }
    }
    &-xl-6 {
        @include xl(){
            padding-top: 6rem !important;
            padding-bottom: 6rem !important;
        }
    }
    &-xxl-6 {
        @include xxl(){
            padding-top: 6rem !important;
            padding-bottom: 6rem !important;
        }
    }
}
.px {
    &-6 {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
    }
    &-sm-6 {
        @include sm(){
            padding-left: 6rem !important;
            padding-right: 6rem !important;
        }
    }
    &-md-6 {
        @include md(){
            padding-left: 6rem !important;
            padding-right: 6rem !important;
        }
    }
    &-lg-6 {
        @include lg(){
            padding-left: 6rem !important;
            padding-right: 6rem !important;
        }
    }
    &-xl-6 {
        @include xl(){
            padding-left: 6rem !important;
            padding-right: 6rem !important;
        }
    }
    &-xxl-6 {
        @include xxl(){
            padding-left: 6rem !important;
            padding-right: 6rem !important;
        }
    }
}
.pt {
    &-6 {
        padding-top: 6rem !important;
    }
    &-sm-6 {
        @include sm(){
            padding-top: 6rem !important;
        }
    }
    &-md-6 {
        @include md(){
            padding-top: 6rem !important;
        }
    }
    &-lg-6 {
        @include lg(){
            padding-top: 6rem !important;
        }
    }
    &-xl-6 {
        @include xl(){
            padding-top: 6rem !important;
        }
    }
    &-xxl-6 {
        @include xxl(){
            padding-top: 6rem !important;
        }
    }
}
.pb {
    &-6 {
        padding-bottom: 6rem !important;
    }
    &-sm-6 {
        @include sm(){
            padding-bottom: 6rem !important;
        }
    }
    &-md-6 {
        @include md(){
            padding-bottom: 6rem !important;
        }
    }
    &-lg-6 {
        @include lg(){
            padding-bottom: 6rem !important;
        }
    }
    &-xl-6 {
        @include xl(){
            padding-bottom: 6rem !important;
        }
    }
    &-xxl-6 {
        @include xxl(){
            padding-bottom: 6rem !important;
        }
    }
}
.ps {
    &-6 {
        padding-left: 6rem !important;
    }
    &-sm-6 {
        @include sm(){
            padding-left: 6rem !important;
        }
    }
    &-md-6 {
        @include md(){
            padding-left: 6rem !important;
        }
    }
    &-lg-6 {
        @include lg(){
            padding-left: 6rem !important;
        }
    }
    &-xl-6 {
        @include xl(){
            padding-left: 6rem !important;
        }
    }
    &-xxl-6 {
        @include xxl(){
            padding-left: 6rem !important;
        }
    }
}
.pe {
    &-6 {
        padding-right: 6rem !important;
    }
    &-sm-6 {
        @include sm(){
            padding-right: 6rem !important;
        }
    }
    &-md-6 {
        @include md(){
            padding-right: 6rem !important;
        }
    }
    &-lg-6 {
        @include lg(){
            padding-right: 6rem !important;
        }
    }
    &-xl-6 {
        @include xl(){
            padding-right: 6rem !important;
        }
    }
    &-xxl-6 {
        @include xxl(){
            padding-right: 6rem !important;
        }
    }
}