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

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

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

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

.pe-10 {
  padding-right: 10.5rem !important;
}

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

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

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

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

.ps-10 {
  padding-left: 10.5rem !important;
}

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

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

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

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

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

@media (min-width:1200px) {
  .py-xl-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
  }
}

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

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

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

