.mt-3 {
  margin-top: 1rem
}

.mb-0 {
  margin-bottom: 0
}

.mb-5 {
  margin-bottom: 5px
}

.mb-15 {
  margin-bottom: 15px
}

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

.mw-100 {
  max-width: 100% !important
}

.d-block {
  display: block
}

.d-none {
  display: none
}

.mb-8 {
  margin-bottom: 8px
}

.mx-auto {
  margin: 0 auto !important
}

.mt-3 {
  margin-top: 1rem
}

.ml-1 {
  margin-left: 1.2rem
}

.pr-0 {
  padding-right: 0 !important
}

.fw-600 {
  font-weight: 600
}

.m-0 {
  margin: 0 !important
}

.w-50 {
  width: 50% !important
}

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

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

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

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

.py-10 {
  padding: 12px 0
}

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

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

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

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

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

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

.h-0 {
  height: 0
}

.w-100 {
  width: 100% !important
}

.w-50 {
  width: 50% !important
}

@media (min-width:767px) {
  .w-md-50 {
    width: 50% !important
  }
  .w-md-75 {
    width: 75% !important
  }
}