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

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

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

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

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

.mb-7 {
  margin-bottom: 6rem !important;
}

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

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

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

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

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

.swiper-vertical {
  max-height: 100vh;
}

