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

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

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

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

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

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

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

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

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

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

