/* Custom padding utilities */
.py-hero {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.py-hero-lg {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-hero-md {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-hero-sm {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

@media (max-width: 991px) {
  .py-hero {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}

@media (max-width: 767px) {
  .py-hero {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}

@media (max-width: 575px) {
  .py-hero {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
