.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;
}

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

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

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

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

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

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

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

  .ms-md-6 {
    margin-left: 15% !important;
  }

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

  .me-md-6 {
    margin-right: 15% !important;
  }

  .pt-md-6 {
    padding-top: 7.5rem !important;
  }
}
@media (min-width: 360px) {
  .px-xs-3 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}