  @media (min-width: 576px){
.modal {
  --bs-modal-margin: 1.75rem;
  --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);

}
}
.fade:not(.show) {
  background-color: rgba(26, 20, 20, .50)!important;
}