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

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

.mt-6 {
  margin-top: 4.5rem !important;
}

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

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

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

.ms-2 {
  margin-left: .5rem!important;
}

@media (min-width:1200px) {
  .me-xl-0 {
    margin-right: 0!important;
  }
}

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

