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

.my-10 {
  margin-top: 10.5rem !important;
  margin-bottom: 10.5rem !important;
}

.mt-10 {
  margin-top: 10.5rem !important;
}

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

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

@media (min-width:992px) {
  .mb-lg-5 {
    margin-bottom: 3rem!important;
  }
}

