@media (min-width: 992px) {
  .justify-content-lg-end {
    justify-content: flex-end!important;
  }
}

@media (max-width: 769px) {
  .btn-md-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
}
