/* M / P 6 */
.my-6, .mt-6 { margin-top: 4rem !important; }
.my-6, .mb-6 { margin-bottom: 4rem !important; }

.my-n6, .mt-n6 { margin-top: -4rem !important; }
.my-n6, .mb-n6 { margin-bottom: -4rem !important; }

.py-6, .pt-6 { padding-top: 4rem !important; }
.py-6, .pb-6 { padding-bottom: 4rem !important; }

@media(min-width: 768px){
	.my-md-6, .mt-md-6 { margin-top: 4rem !important; }
	.my-md-6, .mb-md-6 { margin-bottom: 4rem !important; }

	.my-md-n6, .mt-md-n6 { margin-top: -4rem !important; }
	.my-md-n6, .mb-md-n6 { margin-bottom: -4rem !important; }
	
	.py-md-6, .pt-md-6 { padding-top: 4rem !important; }
	.py-md-6, .pb-md-6 { padding-bottom: 4rem !important; }	
}

@media(min-width: 992px){
	.my-lg-6, .mt-lg-6 { margin-top: 4rem !important; }
	.my-lg-6, .mb-lg-6 { margin-bottom: 4rem !important; }

	.my-lg-n6, .mt-lg-n6 { margin-top: -4rem !important; }
	.my-lg-n6, .mb-lg-n6 { margin-bottom: -4rem !important; }
	
	.py-lg-6, .pt-lg-6 { padding-top: 4rem !important; }
	.py-lg-6, .pb-lg-6 { padding-bottom: 4rem !important; }	
}


/* M / P 7 */
.my-7, .mt-7 { margin-top: 5rem !important; }
.my-7, .mb-7 { margin-bottom: 5rem !important; }

.my-n7, .mt-n7 { margin-top: -5rem !important; }
.my-n7, .mb-n7 { margin-bottom: -5rem !important; }

.py-7, .pt-7 { padding-top: 5rem !important; }
.py-7, .pb-7 { padding-bottom: 5rem !important; }


@media(min-width: 768px){
	.my-md-7, .mt-md-7 { margin-top: 5rem !important; }
	.my-md-7, .mb-md-7 { margin-bottom: 5rem !important; }
	
	.my-md-n7, .mt-md-n7 { margin-top: -5rem !important; }
	.my-md-n7, .mb-md-n7 { margin-bottom: -5rem !important; }
	
	.py-md-7, .pt-md-7 { padding-top: 5rem !important; }
	.py-md-7, .pb-md-7 { padding-bottom: 5rem !important; }	
}

@media(min-width: 992px){
	.my-lg-7, .mt-lg-7 { margin-top: 5rem !important; }
	.my-lg-7, .mb-lg-7 { margin-bottom: 5rem !important; }
	
	.my-lg-n7, .mt-lg-n7 { margin-top: -5rem !important; }
	.my-lg-n7, .mb-lg-n7 { margin-bottom: -5rem !important; }
	
	.py-lg-7, .pt-lg-7 { padding-top: 5rem !important; }
	.py-lg-7, .pb-lg-7 { padding-bottom: 5rem !important; }	
}
