.m-0 {
  margin: 0rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

