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

.mt-7 {
  margin-top: 6rem !important;
}

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

.me-4 {
  margin-right: 1.5rem!important;
}

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

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

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

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

.ms-6 {
  margin-left: 4.5rem !important;
}

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

.py-3 {
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
}

.py-4 {
  padding-top: 1.5rem!important;
  padding-bottom: 1.5rem!important;
}

.pt-0 {
  padding-top: 0!important;
}

.pe-0 {
  padding-right: 0!important;
}

.pe-10 {
  padding-right: 10.5rem !important;
}

.pb-0 {
  padding-bottom: 0!important;
}

.ps-0 {
  padding-left: 0!important;
}

.ps-10 {
  padding-left: 10.5rem !important;
}

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

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

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

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

