/* Padding */
.pb-5, .py-5 {padding-bottom:3rem !important ;}
.pt-5, .py-5 {padding-top:3rem !important ;}
.pb-4, .py-4 {padding-bottom: 3rem !important;}
.pt-4, .py-4 {padding-top: 3rem !important;}
.pb-1, .py-1 {padding-bottom: .5rem !important;}


/* MArgins */
.m-3 {margin: 1rem !important;}
.mb-1, .my-1 {margin-bottom: .25rem!important;}
.mt-1, .my-1 {margin-top: .25rem!important;}
.mt-3, .my-3 {margin-top: 1rem!important;}
.ml-4, .mx-4 {margin-left: 1rem !important;} 