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

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

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

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

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

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

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

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

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

.py-2 {
  padding-top: .5rem!important;
  padding-bottom: .5rem!important;
}

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

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

@media (min-width:992px) {
  .pe-lg-5 {
    padding-right: 3rem!important;
  }
}

@media (min-width:1200px) {
  .mb-xl-0 {
    margin-bottom: 0!important;
  }
}

@media (min-width:1200px) {
  .pe-xl-4 {
    padding-right: 1.5rem!important;
  }
}

@media (min-width:1200px) {
  .ps-xl-0 {
    padding-left: 0!important;
  }
}

@media (min-width:1200px) {
  .ps-xl-4 {
    padding-left: 1.5rem!important;
  }
}

@media (min-width:1200px) {
  .ps-xl-5 {
    padding-left: 3rem!important;
  }
}

@media (min-width:1400px) {
  .pe-xxl-4 {
    padding-right: 1.5rem!important;
  }
}

@media (min-width:1400px) {
  .ps-xxl-4 {
    padding-left: 1.5rem!important;
  }
}

