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

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

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

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

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

@media (min-width: 1400px) {
  .pe-xxl-8 {
    padding-right: 7.5rem !important;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-8 {
    padding-left: 7.5rem !important;
  }
}

