/* Lightweight utility subset used by templates */
.mt-25 {
  margin-top: 25px !important;
}

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

.pt-80 {
  padding-top: 80px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.bg-white {
  background-color: #fff !important;
}

@media (max-width: 991.98px) {
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
}
