.m-0 {
  margin: 0!important;
}

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

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

.mt-4 {
  margin-top: 1.5rem !important;
}

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

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

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

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0rem !important;
  }
}

