.my-2 {
  margin-top: .5rem!important;
  margin-bottom: .5rem!important;
}

.mt-4 {
  margin-top: 1.5rem!important;
}

.mt-6 {
  margin-top: 4.5rem !important;
}

.me-0 {
  margin-right: 0!important;
}

.me-3 {
  margin-right: 1rem!important;
}

.mb-0 {
  margin-bottom: 0!important;
}

.mb-1 {
  margin-bottom: .25rem!important;
}

.mb-3 {
  margin-bottom: 1rem!important;
}

.mb-5 {
  margin-bottom: 3rem!important;
}

.mb-6 {
  margin-bottom: 4.5rem !important;
}

.ms-0 {
  margin-left: 0!important;
}

.ms-3 {
  margin-left: 1rem!important;
}

.ms-auto {
  margin-left: auto!important;
}

.py-4 {
  padding-top: 1.5rem!important;
  padding-bottom: 1.5rem!important;
}

.pt-3 {
  padding-top: 1rem!important;
}

.pt-4 {
  padding-top: 1.5rem!important;
}

.pt-7 {
  padding-top: 6rem !important;
}

.pe-0 {
  padding-right: 0!important;
}

.pe-4 {
  padding-right: 1.5rem!important;
}

.pe-10 {
  padding-right: 10.5rem !important;
}

.pb-0 {
  padding-bottom: 0!important;
}

.pb-3 {
  padding-bottom: 1rem!important;
}

.pb-4 {
  padding-bottom: 1.5rem!important;
}

.ps-0 {
  padding-left: 0!important;
}

.ps-2 {
  padding-left: .5rem!important;
}

.ps-7 {
  padding-left: 6rem !important;
}

