.p-3 {
  padding: 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-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-3 {
  padding-top: 1rem!important;
}

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

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

.pe-0 {
  padding-right: 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;
}

.pb-6 {
  padding-bottom: 4.5rem !important;
}

.ps-0 {
  padding-left: 0!important;
}

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

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

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

@media (min-width:992px) {
  .py-lg-0 {
    padding-top: 0!important;
    padding-bottom: 0!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-8 {
    padding-top: 7.5rem !important;
  }
}

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

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

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

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

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

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

