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

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

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

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

.mb-4 {
  margin-bottom: 1.5rem!important;
}

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

.mb-8 {
  margin-bottom: 7.5rem !important;
}

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

