.mx-2 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

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

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

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

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

.mr-2 {
  margin-right: 3rem !important;
}

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

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

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

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

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

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

.px-2 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-4 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.px-5 {
  padding-left: 7.5rem !important;
  padding-right: 7.5rem !important;
}

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

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

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

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0rem !important;
  }
}

@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
}

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

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

