.mt-8 {
  margin-top: 10.75rem !important;
}

.pt-8 {
  padding-top: 10.75rem !important;
}

.mt-7 {
  margin-top: 10rem !important;
}

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

.pt-6 {
  padding-top: 7.5rem !important;
}

@media (max-width: 768px) {
  .mt-max-md-6 {
    margin-top: 7.5rem !important;
  }

  .pt-max-md-6 {
    padding-top: 7.5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-6 {
    margin-top: 7.5rem !important;
  }

  .pt-md-6 {
    padding-top: 7.5rem !important;
  }
}