.aspect-ratio-4x3 {
  aspect-ratio: 4/3;
}

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

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-2 {
  margin-top: .6rem !important;
  margin-bottom: .6rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: .3rem !important;
}

.mt-3 {
  margin-top: 1.2rem !important;
}

.mt-5 {
  margin-top: 3.6rem !important;
}

.me-2 {
  margin-right: .6rem !important;
}

.me-3 {
  margin-right: 1.2rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: .3rem !important;
}

.mb-2 {
  margin-bottom: .6rem !important;
}

.mb-3 {
  margin-bottom: 1.2rem !important;
}

.mb-4 {
  margin-bottom: 1.8rem !important;
}

.mb-5 {
  margin-bottom: 3.6rem !important;
}

.ms-2 {
  margin-left: .6rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-2 {
  padding: .6rem !important;
}

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

.px-3 {
  padding-right: 1.2rem !important;
  padding-left: 1.2rem !important;
}

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

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

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

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

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

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

.pt-4 {
  padding-top: 1.8rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

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

.pb-2 {
  padding-bottom: .6rem !important;
}

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

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

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

@media (min-width: 768px) {
  .py-md-4 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-5 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-2 {
    margin-bottom: 0.6rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-5 {
    margin-bottom: 3.6rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-4 {
    padding: 1.8rem !important;
  }
}

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

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

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

