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

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

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

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

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

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

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

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

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

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

.pt-0 {
  padding-top: 0!important;
}

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

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

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

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

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

.pe-3 {
  padding-right: 1rem!important;
}

.pb-0 {
  padding-bottom: 0!important;
}

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

.pb-3 {
  padding-bottom: 1rem!important;
}

.pb-4 {
  padding-bottom: 1.5rem!important;
}

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

.ps-1 {
  padding-left: .25rem!important;
}

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

@media (min-width:768px) {
  .pb-md-0 {
    padding-bottom: 0!important;
  }
}

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

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

@media (min-width:992px) {
  .pt-lg-0 {
    padding-top: 0!important;
  }
}

@media (min-width:992px) {
  .pt-lg-4 {
    padding-top: 1.5rem!important;
  }
}

@media (min-width:992px) {
  .pe-lg-4 {
    padding-right: 1.5rem!important;
  }
}

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

@media (min-width:992px) {
  .pb-lg-0 {
    padding-bottom: 0!important;
  }
}

@media (min-width:992px) {
  .ps-lg-0 {
    padding-left: 0!important;
  }
}

@media (min-width:992px) {
  .ps-lg-4 {
    padding-left: 1.5rem!important;
  }
}

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

