No, there are no classes in Bootstrap 4 for border width or style.
You can simply add something like:
.border-3 {
border-width:3px !important;
}
https://codeply.com/go/ktnEeWExvh
NOTE: !important
is needed in this case because Bootstrap also uses !important in many of the utility classes like border-*
.