@media (min-width: 992px) { /* lg breakpoint */
  .border-lg-3 {
    border: 3px solid black; /* adjust color as needed */
  }
}