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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
  .ms-lg-3 {
    margin-left: 1rem!important;
  }
}

