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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0rem !important;
}

.p-3 {
  padding: 4.5rem !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .mx-sm-4 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-4 {
    padding: 6rem !important;
  }
}

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

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

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

