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

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

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

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

