Bootstrap breakpoints

How do we use max-width media queries in Bootstrap 4.1?

For example, we can use md, lg words in class names but this is a mobile-first approach. These are min-width breakpoints.

What if we want to use max-width breakpoints, how do we use those like apply this style only if screen size is equal to or less than the specified breakpoint.