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

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

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

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

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

.mt-normal {
  margin-top: 24px !important;
}

.mb-normal {
  margin-bottom: 24px !important;
}

.mt-big {
  margin-top: 24px !important;
}

@media screen and (min-width: 991.98px) {
  .mt-big {
    margin-top: 48px !important;
  }
}

.mb-big {
  margin-bottom: 24px !important;
}

@media screen and (min-width: 991.98px) {
  .mb-big {
    margin-bottom: 48px !important;
  }
}

.mt-bigger {
  margin-top: 32px !important;
}

@media screen and (min-width: 991.98px) {
  .mt-bigger {
    margin-top: 64px !important;
  }
}

.mb-bigger {
  margin-bottom: 32px !important;
}

@media screen and (min-width: 991.98px) {
  .mb-bigger {
    margin-bottom: 64px !important;
  }
}

.pb-0 {
  padding-bottom: 0 !important;
}

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

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

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

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
