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

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

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

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

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

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

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

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

@media (min-width:576px) {
  .mt-sm-3 {
    margin-top: 1rem!important;
  }
}

@media (min-width:576px) {
  .mt-sm-4 {
    margin-top: 1.5rem!important;
  }
}

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

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

@media (min-width: 992px) {
  .mt-lg-7 {
    margin-top: 6rem !important;
  }
}

