.aspect-ratio-1x1 {
  aspect-ratio: 1/1;
}

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

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

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

.pb-10 {
  padding-bottom: 10.5rem !important;
}

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

