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

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

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

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

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

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

.me-2 {
  margin-right: 3rem !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .ms-md-3 {
    margin-left: 4.5rem !important;
  }
}

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

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

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

