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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .me-xl-0 {
    margin-right: 0rem !important;
  }
}

