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

.me-0 {
  margin-right: 0!important;
}

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

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

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

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

.mb-8 {
  margin-bottom: 7.5rem !important;
}

.ms-0 {
  margin-left: 0!important;
}

@media (min-width:576px) {
  .mb-sm-0 {
    margin-bottom: 0!important;
  }
}

@media (min-width:768px) {
  .mb-md-1 {
    margin-bottom: .25rem!important;
  }
}

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

@media (min-width:1200px) {
  .mb-xl-3 {
    margin-bottom: 1rem!important;
  }
}

@media (min-width:1400px) {
  .mb-xxl-4 {
    margin-bottom: 1.5rem!important;
  }
}

