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

.mx-auto {
  margin-right: auto!important;
  margin-left: auto!important;
}

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

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

.mt-3 {
  margin-top: 1rem!important;
}

.mt-5 {
  margin-top: 3rem!important;
}

.me-2 {
  margin-right: .5rem!important;
}

.me-8 {
  margin-right: 7.5rem !important;
}

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

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

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

.ms-4 {
  margin-left: 1.5rem!important;
}

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

